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 { ///