From 97bbb6250424b12409fe447cf50f8cd08ea16347 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Thu, 6 Apr 2017 10:09:34 +1000 Subject: [PATCH] bytecode_ptr: needs for logic_error --- src/util/bytecode_ptr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/bytecode_ptr.h b/src/util/bytecode_ptr.h index a9a4b704..f1f2e5ef 100644 --- a/src/util/bytecode_ptr.h +++ b/src/util/bytecode_ptr.h @@ -41,6 +41,7 @@ #include // std::max #include #include +#include // std::logic_error namespace ue2 {