From 8a97cb3c40c86b246915e3b61b4b650c58d2ca35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 21 Jan 2017 20:58:42 -0800 Subject: [PATCH] Fixed MinGW build. --- include/bx/sem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bx/sem.h b/include/bx/sem.h index 4539c17..e20dabb 100644 --- a/include/bx/sem.h +++ b/include/bx/sem.h @@ -7,7 +7,6 @@ #define BX_SEM_H_HEADER_GUARD #include "bx.h" -#include "mutex.h" #if BX_CONFIG_SUPPORTS_THREADING @@ -23,6 +22,8 @@ # include #endif // BX_PLATFORM_ +#include "mutex.h" + namespace bx { ///