Browse Source

Fixed Windows build.

Branimir Karadžić 10 years ago
parent
commit
13260de575
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/bx/os.h

+ 1 - 0
include/bx/os.h

@@ -11,6 +11,7 @@
 
 
 #if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT
 #if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT
 #	include <windows.h>
 #	include <windows.h>
+#	include <psapi.h>
 #elif  BX_PLATFORM_ANDROID \
 #elif  BX_PLATFORM_ANDROID \
 	|| BX_PLATFORM_EMSCRIPTEN \
 	|| BX_PLATFORM_EMSCRIPTEN \
 	|| BX_PLATFORM_FREEBSD \
 	|| BX_PLATFORM_FREEBSD \