diff --git a/sourcepawn/jit/sp_vm_engine.cpp b/sourcepawn/jit/sp_vm_engine.cpp index c1ed750f..8241c825 100644 --- a/sourcepawn/jit/sp_vm_engine.cpp +++ b/sourcepawn/jit/sp_vm_engine.cpp @@ -52,6 +52,10 @@ SourcePawnEngine g_engine1; #include #endif +#if defined PLATFORM_LINUX +#include +#endif + using namespace SourcePawn; #define ERROR_MESSAGE_MAX 25