summaryrefslogtreecommitdiffstats
path: root/abs/core/openexr/gcc43.patch
blob: 08ae699f52026474adb59b79d57138d71e5444dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/exrenvmap/main.cpp
+++ b/exrenvmap/main.cpp
@@ -46,6 +46,8 @@
 #include <exception>
 #include <stdlib.h>
 
+#include <cstring>
+
 using namespace Imf;
 using namespace std;
 
--- a/exrmaketiled/main.cpp
+++ b/exrmaketiled/main.cpp
@@ -47,6 +47,8 @@
 #include <string>
 #include <stdlib.h>
 
+#include <cstring>
+
 using namespace Imf;
 using namespace std;