diff options
Diffstat (limited to '')
-rw-r--r-- | source/Vector3f.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Vector3f.cpp b/source/Vector3f.cpp index bc73a8070..c23644065 100644 --- a/source/Vector3f.cpp +++ b/source/Vector3f.cpp @@ -1,3 +1,6 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "Vector3f.h"
#include "Vector3d.h"
#include "Vector3i.h"
|