diff --git a/src/AppPlatform_glfw.h b/src/AppPlatform_glfw.h index a247513..ecfb490 100755 --- a/src/AppPlatform_glfw.h +++ b/src/AppPlatform_glfw.h @@ -12,6 +12,11 @@ #include #include +#ifdef _WIN32 +#include +#include +#endif + static void png_funcReadFile(png_structp pngPtr, png_bytep data, png_size_t length) { ((std::istream*)png_get_io_ptr(pngPtr))->read((char*)data, length); }