From af151e5c089671c2d67a5c37846fbf0518e87a0e Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sun, 27 Nov 2016 21:19:20 +0200 Subject: [PATCH] Try fix ace errors on cmangos linux --- ElunaUtility.h | 2 +- LuaEngine.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ElunaUtility.h b/ElunaUtility.h index 2f51dee..a98d333 100644 --- a/ElunaUtility.h +++ b/ElunaUtility.h @@ -23,7 +23,7 @@ // Some dummy includes containing BOOST_VERSION: // ObjectAccessor.h Config.h Log.h -#ifdef BOOST_VERSION +#ifndef MANGOS #define USING_BOOST #endif diff --git a/LuaEngine.h b/LuaEngine.h index 93bc88a..9fcb650 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -21,10 +21,6 @@ #include "Hooks.h" #include "ElunaUtility.h" -#ifndef USING_BOOST -#include -#endif - extern "C" { #include "lua.h"