diff options
author | Gacko <gacko28@gmx.de> | 2014-11-23 15:23:09 +0100 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2014-11-23 15:23:09 +0100 |
commit | 2f661bd9a1c7f9c469748032d805fc5f78bf726e (patch) | |
tree | b5b7f85d8624183c1d7f160c50640b6dfb172e41 | |
parent | 325881841418d0363f48905996ec8fd724b437db (diff) |
Fix PCH build
-rw-r--r-- | src/server/game/DataStores/DB2Structure.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/DataStores/DB2Structure.h b/src/server/game/DataStores/DB2Structure.h index de5436860a6..054118be481 100644 --- a/src/server/game/DataStores/DB2Structure.h +++ b/src/server/game/DataStores/DB2Structure.h @@ -21,6 +21,7 @@ #include "Common.h" #include "DBCEnums.h" #include "ItemPrototype.h" +#include "Path.h" // GCC has alternative #pragma pack(N) syntax and old gcc version does not support pack(push, N), also any gcc version does not support it at some platform #if defined(__GNUC__) |