Fixed Linux build.

This commit is contained in:
Branimir Karadžić 2018-03-10 11:54:33 -08:00
parent 3b93896a20
commit 35c8fb6478
1 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,9 @@
*/
#include "bgfx_p.h"
#if BGFX_CONFIG_RENDERER_DIRECT3D11 || BGFX_CONFIG_RENDERER_DIRECT3D12
#include "dxgi.h"
#include "renderer_d3d.h"
@ -411,5 +414,6 @@ namespace bgfx
#endif // BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT
}
} // namespace bgfx
#endif // BGFX_CONFIG_RENDERER_DIRECT3D11 || BGFX_CONFIG_RENDERER_DIRECT3D12