Core: Fixed non pch build (2)

This commit is contained in:
Vincent-Michael
2015-05-09 14:08:27 +02:00
parent ad663b74dd
commit 8b5c3c8612
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
*/
#include "GarrisonMgr.h"
#include "ObjectDefines.h"
void GarrisonMgr::Initialize()
{

View File

@@ -18,6 +18,8 @@
#ifndef GarrisonMgr_h__
#define GarrisonMgr_h__
#include <unordered_set>
#include "DB2Stores.h"
class GarrisonMgr