summaryrefslogtreecommitdiffstats
path: root/source/l/openexr/openexr.gcc43.diff
blob: 3c617dd5506ebea9f261f4577f574435fa332c1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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;