From 99164a781d0bc296eab4dcdb4afb6aa798bf5a6e Mon Sep 17 00:00:00 2001 From: Kolyah35 Date: Wed, 11 Mar 2026 02:30:38 +0300 Subject: [PATCH] whoops --- src/AppPlatform_glfw.h | 5 +++++ 1 file changed, 5 insertions(+) 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); }