diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-04-11 23:23:02 -0300 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-04-27 12:25:52 +0200 |
commit | 7c571c5b0a983de9b6f67de55cf6a15f8bac4868 (patch) | |
tree | 21b0cad2cb6b5445128fbd26753569e63618fff4 /src | |
parent | 090fd8304a7a6e2f7c233ac39c94ccc67cc816f8 (diff) |
Core/Misc: fix non-pch build
(cherry picked from commit 5e0485178de0ab794c72d845e331559171301b22)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Loot/LootItemStorage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Loot/LootItemStorage.h b/src/server/game/Loot/LootItemStorage.h index 7d221eaefc0..a1ae9133724 100644 --- a/src/server/game/Loot/LootItemStorage.h +++ b/src/server/game/Loot/LootItemStorage.h @@ -22,12 +22,14 @@ #include "DBCEnums.h" #include "ItemEnchantmentMgr.h" +#include <unordered_map> #include <vector> class Item; class Player; struct Loot; struct LootItem; + namespace boost { class shared_mutex; |