summaryrefslogtreecommitdiffstats
path: root/source/l/openexr/openexr.gcc4.diff
blob: b227a56e6763831b31b0034661a7e35c5ba31e4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--- ./IlmImf/ImfMatrixAttribute.h.orig	2010-06-23 21:45:22.000000000 -0500
+++ ./IlmImf/ImfMatrixAttribute.h	2010-08-09 14:08:01.000000000 -0500
@@ -49,6 +49,8 @@
 #include <ImfAttribute.h>
 #include "ImathMatrix.h"
 
+#include <cstring>
+
 
 namespace Imf {
 
--- ./exrenvmap/main.cpp.orig	2008-10-28 19:00:18.000000000 -0500
+++ ./exrenvmap/main.cpp	2010-08-09 14:07:14.000000000 -0500
@@ -51,6 +51,8 @@
 #include <string.h>
 #include <stdlib.h>
 
+#include <cstring>
+
 using namespace Imf;
 using namespace std;
 
--- ./exrenvmap/blurImage.cpp.orig	2009-02-25 17:39:27.000000000 -0600
+++ ./exrenvmap/blurImage.cpp	2010-08-09 14:14:31.000000000 -0500
@@ -43,6 +43,7 @@
 
 #include <resizeImage.h>
 #include "Iex.h"
+#include <cstring>
 #include <iostream>
 #include <algorithm>
 
--- ./exrmaketiled/main.cpp.orig	2008-02-29 20:30:14.000000000 -0600
+++ ./exrmaketiled/main.cpp	2010-08-09 14:07:14.000000000 -0500
@@ -48,6 +48,8 @@
 #include <string.h>
 #include <stdlib.h>
 
+#include <cstring>
+
 using namespace Imf;
 using namespace std;