at master 261 B view raw
1diff --git a/image/png_image.cpp b/image/png_image.cpp 2index 37875fc..1531d6f 100644 3--- a/image/png_image.cpp 4+++ b/image/png_image.cpp 5@@ -4,6 +4,7 @@ 6 7 #include <stdio.h> 8 #include <stdlib.h> 9+#include <string.h> 10 11 #include <png.h> 12 #include "png_image.h"