summaryrefslogtreecommitdiffhomepage
path: root/Stars45/PngImage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/PngImage.cpp')
-rw-r--r--Stars45/PngImage.cpp3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include "Types.h"
+
// Needed for compatibility with libpng 1.4++
#define png_infopp_NULL (png_infopp)NULL
#define png_voidp_NULL (png_voidp)NULL