Added missing includes. Fixes compilation issues when PCH is disabled.

This commit is contained in:
Bob Marley
2016-01-15 23:40:16 +00:00
parent 2e6afd5cfa
commit 5eca78460c
4 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
#include <string>
#include <unordered_map>
#include <set>
#include <vector>
// move map related classes
namespace MMAP
@@ -132,4 +133,4 @@ namespace MMAP
};
}
#endif
#endif

View File

@@ -22,6 +22,7 @@
#include "BattlenetPacketCrypt.h"
#include "Socket.h"
#include "BigNumber.h"
#include "Database/DatabaseEnv.h"
#include <memory>
#include <boost/asio/ip/tcp.hpp>

View File

@@ -18,6 +18,7 @@
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "Player.h"
#include "Vehicle.h"
#include "stonecore.h"

View File

@@ -18,7 +18,9 @@
#include "ObjectGuid.h"
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "SpellScript.h"
#include "ScriptedCreature.h"
#include "Player.h"
#include "stonecore.h"
enum Texts