Fix potential build error, fixes #333

This commit is contained in:
jacob1 2016-09-04 21:53:41 -04:00
parent fc451e5385
commit 86fef64309

View File

@ -7,6 +7,7 @@
#include <malloc.h>
#endif
#include <cstring>
#include <stdint.h>
#ifdef WIN
#include <windows.h>