From 7f72396438b739077953e6b03824c986892416c4 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Wed, 6 May 2009 15:36:55 +0200 Subject: *Fix build in *nix. --HG-- branch : trunk --- src/game/InstanceData.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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() { -- cgit v1.2.3