Browse Source

Fixed build.

Branimir Karadžić 8 years ago
parent
commit
f06f377b1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/bin2c/bin2c.cpp

+ 1 - 1
tools/bin2c/bin2c.cpp

@@ -7,7 +7,7 @@
 #include <vector>
 #include <vector>
 
 
 #include <bx/commandline.h>
 #include <bx/commandline.h>
-#include <bx/crtimpl.h>
+#include <bx/file.h>
 #include <bx/string.h>
 #include <bx/string.h>
 
 
 class Bin2cWriter : public bx::WriterI
 class Bin2cWriter : public bx::WriterI