diff options
author | Anubisss <none@none> | 2009-05-06 15:36:55 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-05-06 15:36:55 +0200 |
commit | 7f72396438b739077953e6b03824c986892416c4 (patch) | |
tree | 9825d7f4b721ee053d2386bbc337254f3678607c /src/game/InstanceData.cpp | |
parent | a3447b294d371e4564703820cdf95cd250e4773e (diff) |
*Fix build in *nix.
--HG--
branch : trunk
Diffstat (limited to 'src/game/InstanceData.cpp')
-rw-r--r-- | src/game/InstanceData.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/InstanceData.cpp b/src/game/InstanceData.cpp index 4fcdc0e4195..41369d536e1 100644 --- a/src/game/InstanceData.cpp +++ b/src/game/InstanceData.cpp @@ -21,6 +21,8 @@ #include "InstanceData.h" #include "Database/DatabaseEnv.h" #include "Map.h" +#include "GameObject.h" +#include "Creature.h" void InstanceData::SaveToDB() { |