aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorclick <none@none>2010-11-13 20:06:19 +0100
committerclick <none@none>2010-11-13 20:06:19 +0100
commit80694546a3f0de653769f07548fda7c3c16b4db2 (patch)
treebf60264f27271dda004176fedc3f97ac36036265 /src
parentec49ce5fc3d5d57109dd6bce405b1a05b3f351e1 (diff)
Core: Fix non-PCH compile (include Unit.h so we don't get a forward declaration issue, and also include the necessary defines)
--HG-- branch : trunk
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Entities/GameObject/GameObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Entities/GameObject/GameObject.h b/src/server/game/Entities/GameObject/GameObject.h
index e8c37cb34cd..0a14c6e80aa 100755
--- a/src/server/game/Entities/GameObject/GameObject.h
+++ b/src/server/game/Entities/GameObject/GameObject.h
@@ -21,6 +21,7 @@
#include "Common.h"
#include "SharedDefines.h"
+#include "Unit.h"
#include "Object.h"
#include "LootMgr.h"
#include "DatabaseEnv.h"