diff --git a/src/engine/helper/HL_Sync.h b/src/engine/helper/HL_Sync.h index 3fb5d06c..d66ad3ec 100644 --- a/src/engine/helper/HL_Sync.h +++ b/src/engine/helper/HL_Sync.h @@ -12,6 +12,7 @@ #include #include #include +#include typedef std::recursive_mutex Mutex; typedef std::unique_lock Lock;