Add missing header for recursive ace mutex

This commit is contained in:
Rochet2
2015-11-05 20:24:53 +02:00
parent 9847733a6b
commit e41fed0c0d

View File

@@ -21,6 +21,10 @@
#include "Hooks.h"
#include "ElunaUtility.h"
#ifndef USING_BOOST
#include <ace/Recursive_Thread_Mutex.h>
#endif
extern "C"
{
#include "lua.h"