diff --git a/external/easylogging++/easylogging++.h b/external/easylogging++/easylogging++.h index 3395c2cb..d2815266 100644 --- a/external/easylogging++/easylogging++.h +++ b/external/easylogging++/easylogging++.h @@ -1104,8 +1104,8 @@ namespace el { ELPP_UNUSED(ms); # endif // ELPP_ASYNC_LOGGING } - typedef std::mutex Mutex; - typedef std::lock_guard ScopedLock; + typedef std::recursive_mutex Mutex; + typedef std::lock_guard ScopedLock; # endif // !ELPP_USE_STD_THREADING #else namespace internal {