From 15667774c21f77ac34bbded7a43d3517e6221545 Mon Sep 17 00:00:00 2001 From: Micrah <44911744+milestorme@users.noreply.github.com> Date: Thu, 21 Mar 2019 02:53:51 +1100 Subject: [PATCH] Fix(Core/Common): Added header in file DBCStore.h (#1592) * To allow the use of latest eluna-module, stuffed up the PR merge redoing --- src/common/DataStores/DBCStore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/DataStores/DBCStore.h b/src/common/DataStores/DBCStore.h index a17656798..e1d6425c0 100644 --- a/src/common/DataStores/DBCStore.h +++ b/src/common/DataStores/DBCStore.h @@ -13,6 +13,7 @@ #include "DatabaseWorkerPool.h" #include "Implementation/WorldDatabase.h" #include "DatabaseEnv.h" +#include struct SqlDbc {