diff options
Diffstat (limited to 'source/Bindings.cpp')
-rw-r--r-- | source/Bindings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Bindings.cpp b/source/Bindings.cpp index 2a97c8af6..51342db62 100644 --- a/source/Bindings.cpp +++ b/source/Bindings.cpp @@ -3,6 +3,8 @@ ** Generated automatically by tolua++-1.0.92 on 01/27/12 00:53:11.
*/
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#ifndef __cplusplus
#include "stdlib.h"
#endif
|