This commit is contained in:
Branimir Karadžić
2014-12-14 16:47:01 -08:00
parent 10aeb83a69
commit 504af5216b

View File

@@ -5,7 +5,7 @@
#include "bgfx_p.h"
#if BGFX_CONFIG_DEBUG_PIX
#if BGFX_CONFIG_DEBUG_PIX && (BX_PLATFORM_WINDOWS || BX_PLATFORM_LINUX)
# if BX_PLATFORM_WINDOWS
# include <psapi.h>
# endif // BX_PLATFORM_WINDOWS
@@ -151,4 +151,4 @@ namespace bgfx
} // namespace bgfx
#endif // BGFX_CONFIG_DEBUG_PIX
#endif // BGFX_CONFIG_DEBUG_PIX && (BX_PLATFORM_WINDOWS || BX_PLATFORM_LINUX)