Fix non pch build.

This commit is contained in:
Gacko
2015-06-23 20:17:26 +02:00
parent 66056b2f8a
commit d799e0cee0
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
#include "Garrison.h"
#include "ObjectDefines.h"
#include "World.h"
#include "GameObject.h"
#include "ObjectMgr.h"
void GarrisonMgr::Initialize()
{

View File

@@ -20,6 +20,7 @@
#include "DB2Stores.h"
#include <unordered_set>
#include "Position.h"
struct FinalizeGarrisonPlotGOInfo
{