diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry_winrt.cx')
-rw-r--r-- | 3rdparty/bgfx/examples/common/entry/entry_winrt.cx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/entry_winrt.cx b/3rdparty/bgfx/examples/common/entry/entry_winrt.cx index db90098cec0..39e3d1d249d 100644 --- a/3rdparty/bgfx/examples/common/entry/entry_winrt.cx +++ b/3rdparty/bgfx/examples/common/entry/entry_winrt.cx @@ -7,8 +7,9 @@ #if BX_PLATFORM_WINRT || BX_PLATFORM_XBOXONE -#include <bgfx/bgfxplatform.h> +#include <bgfx/platform.h> #include <bx/thread.h> +#include <bx/fpumath.h> #include <Unknwn.h> using namespace Windows::ApplicationModel; |