]> git.pld-linux.org Git - packages/OpenEXR.git/blob - gcc4.patch
- added gcc4.patch
[packages/OpenEXR.git] / gcc4.patch
1 --- openexr-1.6.1/exrmaketiled/main.cpp.orig    2009-10-26 09:03:37.204979532 +0100
2 +++ openexr-1.6.1/exrmaketiled/main.cpp 2009-10-26 09:04:06.202986564 +0100
3 @@ -45,6 +45,7 @@
4  #include <iostream>
5  #include <exception>
6  #include <string>
7 +#include <cstring>
8  #include <stdlib.h>
9  
10  using namespace Imf;
11 --- openexr-1.6.1/exrenvmap/main.cpp.orig       2009-10-26 09:54:33.994893321 +0100
12 +++ openexr-1.6.1/exrenvmap/main.cpp    2009-10-26 09:54:51.493690669 +0100
13 @@ -43,6 +43,7 @@
14  #include <makeLatLongMap.h>
15  #include <ImfEnvmap.h>
16  #include <iostream>
17 +#include <cstring>
18  #include <exception>
19  #include <stdlib.h>
20  
This page took 0.027916 seconds and 3 git commands to generate.