Merge pull request #6194 from thedax/win32-buildfix

Win32 buildfix.
This commit is contained in:
Unknown W. Brackets 2014-05-30 15:37:10 -07:00
commit 63c4d1e20b

View File

@ -34,7 +34,7 @@
#endif
#ifdef _WIN32
#include <libpng16/png.h>
#include <libpng17/png.h>
#include "ext/jpge/jpge.h"
#endif