Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Dec 22, 2024
1 parent 896c610 commit b9070d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion examples/23-vectordisplay/vectordisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
// https://web.archive.org/web/20120313001837/http://paulbourke.net/dataformats/hershey/
//
#include <float.h> // FLT_EPSILON
#include <alloca.h> // alloca

#include <bx/math.h>

Expand Down
14 changes: 6 additions & 8 deletions tools/shaderc/shaderc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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;
Expand Down

0 comments on commit b9070d1

Please sign in to comment.