Fix Mac build.

This commit is contained in:
Steveice10
2015-09-20 15:39:39 -07:00
parent 15a3c8ab1e
commit 2d42265ebe
3 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include <string.h>
#include <map>
#include <string>
#include <vector>
u8* convert_to_cgfx(const std::string image, u32 width, u32 height, u32* size) {