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

@@ -10,7 +10,6 @@
// https://web.archive.org/web/20120313001837/http://paulbourke.net/dataformats/hershey/ // https://web.archive.org/web/20120313001837/http://paulbourke.net/dataformats/hershey/
// //
#include <float.h> // FLT_EPSILON #include <float.h> // FLT_EPSILON
#include <alloca.h> // alloca
#include <bx/math.h> #include <bx/math.h>

View File

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