diff options
Diffstat (limited to 'src')
-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 |