@@ -9,11 +9,13 @@
#include <bgfx/platform.h>
-#include <bx/uint32_t.h>
-#include <bx/thread.h>
#include <bx/mutex.h>
#include <bx/handlealloc.h>
+#include <bx/os.h>
+#include <bx/thread.h>
#include <bx/timer.h>
+#include <bx/uint32_t.h>
+
#include <tinystl/allocator.h>
#include <tinystl/string.h>
@@ -20,6 +20,8 @@
#endif // BGFX_CONFIG_PROFILER_REMOTERY_BUILD_LIB
#include <bx/crtimpl.h>
+#include <bx/mutex.h>
#include "topology.h"
BX_ERROR_RESULT(BGFX_ERROR_TEXTURE_VALIDATION, BX_MAKEFOURCC('b', 'g', 0, 1) );