Explorar el Código

core: fix windows build

Daniele Bartolini hace 7 años
padre
commit
bca67fac31
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/core/thread/condition_variable.cpp

+ 3 - 0
src/core/thread/condition_variable.cpp

@@ -4,6 +4,9 @@
  */
 
 #include "core/thread/condition_variable.h"
+#if CROWN_PLATFORM_WINDOWS
+	#include <synchapi.h>
+#endif
 
 namespace crown
 {