From b99994998deb20cf06a93d8aec633ff15c97e42b Mon Sep 17 00:00:00 2001 From: vcaesar Date: Tue, 17 Aug 2021 13:09:25 -0400 Subject: [PATCH] Update png.h path --- base/png_io_c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/png_io_c.h b/base/png_io_c.h index 0ce0541..9609e28 100644 --- a/base/png_io_c.h +++ b/base/png_io_c.h @@ -7,9 +7,9 @@ #include #elif defined(IS_WINDOWS) #if defined (__x86_64__) - #include "../cdeps/amd/win64/png.h" + #include "../cdeps/win/amd/win64/png.h" #else - #include "../cdeps/amd/win32/png.h" + #include "../cdeps/win/amd/win32/png.h" #endif #endif