mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Add missing header for recursive ace mutex
This commit is contained in:
@@ -21,6 +21,10 @@
|
|||||||
#include "Hooks.h"
|
#include "Hooks.h"
|
||||||
#include "ElunaUtility.h"
|
#include "ElunaUtility.h"
|
||||||
|
|
||||||
|
#ifndef USING_BOOST
|
||||||
|
#include <ace/Recursive_Thread_Mutex.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#include "lua.h"
|
#include "lua.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user