diff options
author | joschiwald <joschiwald.trinity@gmail.com> | 2017-11-05 18:37:22 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-11-05 18:37:22 +0100 |
commit | 983b0a5fcf48494a113a108cd6ccc9230094cc4c (patch) | |
tree | bcfd95161a8fc194f09a72a0c4035f1aea502b24 /src | |
parent | 6b1f8f3358a3ba32ea02ab4771e8f2fa3962b982 (diff) |
Fixed non-pch build
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Globals/ConversationDataStore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Globals/ConversationDataStore.h b/src/server/game/Globals/ConversationDataStore.h index 91e6c0ff61e..ff4969b285c 100644 --- a/src/server/game/Globals/ConversationDataStore.h +++ b/src/server/game/Globals/ConversationDataStore.h @@ -19,6 +19,7 @@ #define ConversationDataStore_h__ #include "Define.h" +#include "ObjectGuid.h" #include <vector> |