summaryrefslogtreecommitdiffstats
path: root/source/Vector3i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Vector3i.cpp')
-rw-r--r--source/Vector3i.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/Vector3i.cpp b/source/Vector3i.cpp
index 6a163a7e8..3e812bf7c 100644
--- a/source/Vector3i.cpp
+++ b/source/Vector3i.cpp
@@ -1,6 +1,13 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "Vector3i.h"
#include "Vector3d.h"
+
+
+
+
Vector3i::Vector3i( const Vector3d & v )
: x( (int)v.x )
, y( (int)v.y )