Fix(Core/Common): Added header <unordered_map> in file DBCStore.h (#1592)

* To allow the use of latest eluna-module, stuffed up the PR merge redoing
This commit is contained in:
Micrah
2019-03-21 02:53:51 +11:00
committed by Kargatum
parent 5cbced320d
commit 15667774c2

View File

@@ -13,6 +13,7 @@
#include "DatabaseWorkerPool.h"
#include "Implementation/WorldDatabase.h"
#include "DatabaseEnv.h"
#include <unordered_map>
struct SqlDbc
{