Browse Source

Merge pull request #697 from dariomanesku/master

Added missing include.
Branimir Karadžić 9 years ago
parent
commit
4455fc6533
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/common/entry/entry_sdl.cpp

+ 1 - 0
examples/common/entry/entry_sdl.cpp

@@ -29,6 +29,7 @@ BX_PRAGMA_DIAGNOSTIC_POP_CLANG()
 #include <bx/thread.h>
 #include <bx/thread.h>
 #include <bx/handlealloc.h>
 #include <bx/handlealloc.h>
 #include <bx/readerwriter.h>
 #include <bx/readerwriter.h>
+#include <bx/crtimpl.h>
 #include <tinystl/allocator.h>
 #include <tinystl/allocator.h>
 #include <tinystl/string.h>
 #include <tinystl/string.h>