From a65fd449dfcd7ae0b9781ea53df29f3127546cfb Mon Sep 17 00:00:00 2001 From: Micrah <44911744+milestorme@users.noreply.github.com> Date: Mon, 29 Apr 2019 16:15:23 +1000 Subject: [PATCH] update includes --- src/Lfg_Solo.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Lfg_Solo.cpp b/src/Lfg_Solo.cpp index 55bbdca..dd6ff8e 100644 --- a/src/Lfg_Solo.cpp +++ b/src/Lfg_Solo.cpp @@ -4,7 +4,9 @@ ** Made into a module by Micrah https://github.com/milestorme/ */ -#include "Config.h" +#include "ScriptMgr.h" +#include "Player.h" +#include "Configuration/Config.h" #include "World.h" #include "LFGMgr.h" #include "Chat.h" @@ -29,4 +31,4 @@ public: void AddScLfg_SoloScripts() { new lfg_solo(); -} \ No newline at end of file +}