Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > f53101e5e5a4d4cdc245bac4bfde3619 > files > 6

OpenEXR-1.6.1-3.1mdv2009.0.src.rpm

diff -up openexr-1.6.1/exrmaketiled/main.cpp.gcc43 openexr-1.6.1/exrmaketiled/main.cpp
--- openexr-1.6.1/exrmaketiled/main.cpp.gcc43	2007-04-24 20:08:45.000000000 -0500
+++ openexr-1.6.1/exrmaketiled/main.cpp	2008-02-01 08:21:29.000000000 -0600
@@ -44,7 +44,7 @@
 
 #include <iostream>
 #include <exception>
-#include <string>
+#include <string.h>
 #include <stdlib.h>
 
 using namespace Imf;
diff -up openexr-1.6.1/exrenvmap/main.cpp.gcc43 openexr-1.6.1/exrenvmap/main.cpp
--- openexr-1.6.1/exrenvmap/main.cpp.gcc43	2007-04-24 20:07:51.000000000 -0500
+++ openexr-1.6.1/exrenvmap/main.cpp	2008-02-01 08:22:10.000000000 -0600
@@ -45,6 +45,7 @@
 #include <iostream>
 #include <exception>
 #include <stdlib.h>
+#include <string.h>
 
 using namespace Imf;
 using namespace std;