summaryrefslogtreecommitdiff
blob: 7d0c92ac0dcd28ffcb3eae8db2a673ea1459f234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
http://bugs.gentoo.org/471460

--- src/IconMap.cpp
+++ src/IconMap.cpp
@@ -15,6 +15,7 @@
 #include "WildcardCompare.h"
 #include "Png.h"
 
+#include <string.h> /* memset */
 #include <algorithm>
 #include <sstream>
 #include <fstream>
--- src/Png.cpp
+++ src/Png.cpp
@@ -13,6 +13,7 @@
  */
 #include "Png.h"
 
+#include <string.h> /* memcpy */
 #include <fstream>
 #include <stdexcept>