aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2017-10-03 17:39:37 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-10-03 17:39:37 +0200
commit3cba023e99d9814d257867858630f02042a49665 (patch)
tree5fe5bfef110bf236b2909485a750f18b47703960 /src
parent03a2f0d56a86fe16912e8bd8ba90b9cb352f588a (diff)
Fixed nonpch build
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AuctionHouseBot/AuctionHouseBot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/AuctionHouseBot/AuctionHouseBot.h b/src/server/game/AuctionHouseBot/AuctionHouseBot.h
index 28c5b706e4a..25000f5d710 100644
--- a/src/server/game/AuctionHouseBot/AuctionHouseBot.h
+++ b/src/server/game/AuctionHouseBot/AuctionHouseBot.h
@@ -19,7 +19,9 @@
#define AUCTION_HOUSE_BOT_H
#include "Define.h"
+#include "ObjectGuid.h"
#include "SharedDefines.h"
+#include <cstring>
class AuctionBotSeller;
class AuctionBotBuyer;