Fixed build.

This commit is contained in:
Бранимир Караџић
2024-12-21 19:37:14 -08:00
parent 896c610b72
commit b9070d1ea9
2 changed files with 6 additions and 9 deletions

View File

@@ -15,14 +15,6 @@ namespace bgfx
# define SHADERC_CONFIG_HLSL BX_PLATFORM_WINDOWS
#endif // SHADERC_CONFIG_HLSL
#include <alloca.h>
#include <stdint.h>
#include <string.h>
#include <algorithm>
#include <string>
#include <vector>
#include <unordered_map>
#include <bx/bx.h>
#include <bx/debug.h>
#include <bx/commandline.h>
@@ -33,6 +25,12 @@ namespace bgfx
#include <bx/file.h>
#include "../../src/vertexlayout.h"
#include <string.h>
#include <algorithm>
#include <string>
#include <vector>
#include <unordered_map>
namespace bgfx
{
extern bool g_verbose;