summaryrefslogtreecommitdiff
blob: 30655b94f2fd75b96b55766d208259e932aa2bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/src/IconMap.cpp
+++ b/src/IconMap.cpp
@@ -15,7 +15,7 @@
 #include "WildcardCompare.h"
 #include "Png.h"
 
-#include <string>
+#include <string.h>
 #include <algorithm>
 #include <sstream>
 #include <fstream>
--- a/src/Png.cpp
+++ b/src/Png.cpp
@@ -13,7 +13,7 @@
  */
 #include "Png.h"
 
-#include <string>
+#include <string.h>
 #include <fstream>
 #include <stdexcept>