]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/threading/event.cpp
Remove threads.h and replace its definitions with their C++11 equivalents (#5957)
[dragonfireclient.git] / src / threading / event.cpp
index 4e8d4bb3e8a927b20663222bf4db8526b9e16432..885e732c8d2ba0b82ced3e99f9ffc900e203d99f 100644 (file)
@@ -24,6 +24,7 @@ DEALINGS IN THE SOFTWARE.
 */
 
 #include "threading/event.h"
+#include "threading/mutex_auto_lock.h"
 
 void Event::wait()
 {