blob: 2f0d5c69b74538eefc1d57731dc9e6f9dcb3cd37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- src/IconMap.cpp 2013-10-07 04:56:43.000000000 +1030
+++ src/IconMap.cpp 2014-01-12 10:22:14.746162850 +1030
@@ -15,7 +15,7 @@
#include "WildcardCompare.h"
#include "Png.h"
-#include <string>
+#include "string.h"
#include <algorithm>
#include <sstream>
#include <fstream>
--- src/Png.cpp 2013-10-07 04:56:43.000000000 +1030
+++ src/Png.cpp 2014-01-12 10:22:27.602994831 +1030
@@ -13,7 +13,7 @@
*/
#include "Png.h"
-#include <string>
+#include "string.h"
#include <fstream>
#include <stdexcept>
|