Skip to content

Commit

Permalink
Try fix ace errors on cmangos linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Nov 27, 2016
1 parent 67ea403 commit af151e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion ElunaUtility.h
Expand Up @@ -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

Expand Down
4 changes: 0 additions & 4 deletions LuaEngine.h
Expand Up @@ -21,10 +21,6 @@
#include "Hooks.h"
#include "ElunaUtility.h"

#ifndef USING_BOOST
#include <ace/Recursive_Thread_Mutex.h>
#endif

extern "C"
{
#include "lua.h"
Expand Down

0 comments on commit af151e5

Please sign in to comment.