diff --git a/include/RWMutex.h b/include/RWMutex.h index 5db780e..ee94cf8 100644 --- a/include/RWMutex.h +++ b/include/RWMutex.h @@ -7,6 +7,7 @@ */ #include +#include // Use ReadLock(m) and WriteLock(m) to lock it. using RWMutex = std::shared_mutex;