Fix include paths. (#3849)

This commit is contained in:
Branimir Karadžić
2026-07-25 12:44:29 -07:00
committed by GitHub
parent ce18bdb6c6
commit f0ff45697b
4 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include <bx/allocator.h>
#include <bx/filepath.h>
#include <bx/string.h>
#include <bx/scanner.h>
#include <bx/readerwriter.h>
#include <bx/process.h>

View File

@@ -9,6 +9,7 @@
#include <bx/allocator.h>
#include <bx/filepath.h>
#include <bx/string.h>
#include <bx/scanner.h>
#include <bx/readerwriter.h>
#include <bx/process.h>
#include <bx/semaphore.h>

View File

@@ -8,6 +8,7 @@
#if (BGFX_CONFIG_RENDERER_OPENGLES || BGFX_CONFIG_RENDERER_OPENGL)
# include "renderer_gl.h"
# include <bx/timer.h>
# include <bx/scanner.h>
# include "emscripten.h"
namespace bgfx { namespace gl

View File

@@ -72,6 +72,7 @@ namespace bgfx
#include <bx/commandline.h>
#include <bx/endian.h>
#include <bx/string.h>
#include <bx/scanner.h>
#include <bx/hash.h>
#include <bx/file.h>
#include "../../src/vertexlayout.h"