summaryrefslogtreecommitdiffstats
path: root/source/cWaterSimulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cWaterSimulator.cpp')
-rw-r--r--source/cWaterSimulator.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/cWaterSimulator.cpp b/source/cWaterSimulator.cpp
index 595ba556f..823c6c587 100644
--- a/source/cWaterSimulator.cpp
+++ b/source/cWaterSimulator.cpp
@@ -1,7 +1,13 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cWaterSimulator.h"
#include "Defines.h"
+
+
+
cWaterSimulator::cWaterSimulator(cWorld *a_World)
: cFluidSimulator(a_World)
{