summaryrefslogtreecommitdiffstats
path: root/source/cPassiveAggressiveMonster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cPassiveAggressiveMonster.cpp')
-rw-r--r--source/cPassiveAggressiveMonster.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/cPassiveAggressiveMonster.cpp b/source/cPassiveAggressiveMonster.cpp
index e1a78ab36..9d423b0f7 100644
--- a/source/cPassiveAggressiveMonster.cpp
+++ b/source/cPassiveAggressiveMonster.cpp
@@ -1,8 +1,14 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPassiveAggressiveMonster.h"
#include "cPlayer.h"
+
+
+
cPassiveAggressiveMonster::cPassiveAggressiveMonster()
{
m_EMPersonality = PASSIVE;