From a12e588079700d55a0b788fea2df7727c2e41f52 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 27 Mar 2022 17:42:26 +0200 Subject: Removed MemDebug from FoundationEx --- Stars45/PngImage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Stars45/PngImage.cpp') diff --git a/Stars45/PngImage.cpp b/Stars45/PngImage.cpp index b1c4c81..d8f1244 100644 --- a/Stars45/PngImage.cpp +++ b/Stars45/PngImage.cpp @@ -12,13 +12,14 @@ */ -#include "MemDebug.h" #include "PngImage.h" #include #include #include +#include "Types.h" + // Needed for compatibility with libpng 1.4++ #define png_infopp_NULL (png_infopp)NULL #define png_voidp_NULL (png_voidp)NULL -- cgit v1.1