diff --git a/LuaEngine.h b/LuaEngine.h index dc0116e..ed2b001 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -13,6 +13,9 @@ #include "Group.h" #include "Item.h" +#ifndef TRINITY +#include "Player.h" +#endif #include "Weather.h" #include "World.h" #include "HookMgr.h"