From 4f5332cf89e67f88d7d0fec7c142df831ef0e30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 17 Nov 2014 19:34:41 -0800 Subject: [PATCH] Emscripten: Fixed compiler error. --- include/bx/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/os.h b/include/bx/os.h index c7f6ad8..b30c6ce 100644 --- a/include/bx/os.h +++ b/include/bx/os.h @@ -7,10 +7,10 @@ #define BX_OS_H_HEADER_GUARD #include "bx.h" +#include "debug.h" #if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT # include -# include "debug.h" #elif BX_PLATFORM_ANDROID \ || BX_PLATFORM_EMSCRIPTEN \ || BX_PLATFORM_FREEBSD \