summaryrefslogtreecommitdiff
path: root/src/threading/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/threading/event.h')
-rw-r--r--src/threading/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threading/event.h b/src/threading/event.h
index dba3ddb4c..43f2b04be 100644
--- a/src/threading/event.h
+++ b/src/threading/event.h
@@ -29,6 +29,7 @@ DEALINGS IN THE SOFTWARE.
#if __cplusplus >= 201103L
#include <condition_variable>
#include "threading/mutex.h"
+ #include "threading/mutex_auto_lock.h"
#elif defined(_WIN32)
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN