diff --git a/sourcepawn/jit/msvc8/jit-x86.vcproj b/sourcepawn/jit/msvc8/jit-x86.vcproj index 828223f8..86122d5b 100644 --- a/sourcepawn/jit/msvc8/jit-x86.vcproj +++ b/sourcepawn/jit/msvc8/jit-x86.vcproj @@ -40,7 +40,7 @@ + + + + @@ -243,6 +251,10 @@ RelativePath="..\engine2.h" > + + diff --git a/sourcepawn/jit/sp_vm_engine.cpp b/sourcepawn/jit/sp_vm_engine.cpp index 28235a94..dc300d69 100644 --- a/sourcepawn/jit/sp_vm_engine.cpp +++ b/sourcepawn/jit/sp_vm_engine.cpp @@ -29,10 +29,10 @@ * Version: $Id$ */ -#include "sp_vm_types.h" #include #include #include +#include "sp_vm_types.h" #include #include "sp_file_headers.h" #include "sp_vm_engine.h"