From b406c3d03d40a934555aef3a2671329869849d51 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 23 Feb 2015 22:36:10 -0800 Subject: [PATCH] Merge sp_vm_engine and engine2. --- sourcepawn/jit/compiled-function.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sourcepawn/jit/compiled-function.cpp b/sourcepawn/jit/compiled-function.cpp index 9bf9e8fd..3e1a5b0d 100644 --- a/sourcepawn/jit/compiled-function.cpp +++ b/sourcepawn/jit/compiled-function.cpp @@ -11,6 +11,7 @@ // SourcePawn. If not, see http://www.gnu.org/licenses/. // #include "compiled-function.h" +#include "x86/jit_x86.h" #include "environment.h" using namespace sp;