diff options
author | Rat <none@none> | 2010-06-03 15:02:30 +0200 |
---|---|---|
committer | Rat <none@none> | 2010-06-03 15:02:30 +0200 |
commit | db293e41f966e96ab554a73c0fb803562f0a2f8d (patch) | |
tree | a192336b0cbe255301087e75bad7fa2328be75b7 | |
parent | 3c05d4d54454df50de16fb32e702ea09397675d4 (diff) |
should fix linux compile
guess what.. im on win..
--HG--
branch : trunk
-rw-r--r-- | src/game/GameObject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index d0591b7e9fa..596b156bd35 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -39,6 +39,7 @@ #include "Util.h" #include "OutdoorPvPMgr.h" #include "BattleGroundAV.h" +#include "ScriptMgr.h" GameObject::GameObject() : WorldObject(), m_goValue(new GameObjectValue) { |