Added missing include.

This commit is contained in:
Dario Manesku 2016-02-26 07:59:58 +01:00
parent 89a87a5f8d
commit 1a4c308ba5

View file

@ -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>