summaryrefslogtreecommitdiff
blob: 96720bebd18f0b202c3c85359a784be15d21f63e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
png2ico.cpp:133:31: error: ‘memset’ was not declared in this scope
png2ico.cpp:443:34: error: ‘strcmp’ was not declared in this scope

--- png2ico.cpp
+++ png2ico.cpp
@@ -33,6 +33,7 @@
 
 
 #include <cstdio>
+#include <cstring>
 #include <vector>
 #include <climits>