Fix non pch build.

Maybe move DB2Stores usage in DBCStores to DB2Stores?
This commit is contained in:
Gacko
2015-07-07 21:14:27 +02:00
parent 97bcf5c2c5
commit 707ffc8c20
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
#include <sstream> #include <sstream>
#include <list> #include <list>
#include <cstring> #include <cstring>
#include "Common.h"
struct ItemLocale; struct ItemLocale;
struct ItemTemplate; struct ItemTemplate;
+1
View File
@@ -26,6 +26,7 @@
#include "ItemTemplate.h" #include "ItemTemplate.h"
#include "Timer.h" #include "Timer.h"
#include "ObjectDefines.h" #include "ObjectDefines.h"
#include "DB2Stores.h"
#include <map> #include <map>