From 90d3841ab2bc65593f0be1fcd0e8c2dac15e580f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Mar 2015 11:51:08 -0800 Subject: [PATCH] Fix mac build. --- sourcepawn/jit/environment.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sourcepawn/jit/environment.cpp b/sourcepawn/jit/environment.cpp index 3656f555..e62753df 100644 --- a/sourcepawn/jit/environment.cpp +++ b/sourcepawn/jit/environment.cpp @@ -16,6 +16,7 @@ #include "api.h" #include "code-stubs.h" #include "watchdog_timer.h" +#include using namespace sp; using namespace SourcePawn;