From e41fed0c0dd8d4acb2a1d52b2e6736e9ef89b7e0 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Thu, 5 Nov 2015 20:24:53 +0200 Subject: [PATCH] Add missing header for recursive ace mutex --- LuaEngine.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LuaEngine.h b/LuaEngine.h index 7d6cc0f..abf4091 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -21,6 +21,10 @@ #include "Hooks.h" #include "ElunaUtility.h" +#ifndef USING_BOOST +#include +#endif + extern "C" { #include "lua.h"