diff options
author | jackpoz <giacomopoz@gmail.com> | 2019-02-16 18:28:25 +0100 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2019-02-16 18:28:25 +0100 |
commit | cc0f20f73d25af90300a24768adc2a55f1dfcf91 (patch) | |
tree | 4dfbad88101815bafee627c5acf26a145db776dc | |
parent | cd6d57e2e7103d4dd822ca8a4ea888cf10c2d2a6 (diff) |
Core/Misc: Fix no-pch build
-rw-r--r-- | src/server/shared/DataStores/DBCStore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/DataStores/DBCStore.h b/src/server/shared/DataStores/DBCStore.h index 22591334b53..89b5a720aa7 100644 --- a/src/server/shared/DataStores/DBCStore.h +++ b/src/server/shared/DataStores/DBCStore.h @@ -21,6 +21,7 @@ #include "Common.h" #include "DBCStorageIterator.h" +#include "Errors.h" #include <vector> /// Interface class for common access |