mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Merge pull request #697 from dariomanesku/master
Added missing include.
This commit is contained in:
commit
4455fc6533
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ BX_PRAGMA_DIAGNOSTIC_POP_CLANG()
|
|||
#include <bx/thread.h>
|
||||
#include <bx/handlealloc.h>
|
||||
#include <bx/readerwriter.h>
|
||||
#include <bx/crtimpl.h>
|
||||
#include <tinystl/allocator.h>
|
||||
#include <tinystl/string.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue