Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e90b617d04a6fe574acc7845fb839356 > files > 3

OpenEXR_CTL-1.0.1-10.fc15.src.rpm

diff -up openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 openexr_ctl-1.0.1/exrdpx/main.cpp
--- openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43	2007-07-25 08:28:17.000000000 +0200
+++ openexr_ctl-1.0.1/exrdpx/main.cpp	2008-01-08 20:27:14.000000000 +0100
@@ -60,6 +60,8 @@
 #include <iostream>
 #include <string>
 #include <exception>
+#include <cstdlib>
+#include <cstring>
 
 using namespace std;
 using namespace Imf;
diff -up openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp
--- openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43	2008-01-08 20:30:30.000000000 +0100
+++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp	2008-01-08 20:33:02.000000000 +0100
@@ -64,6 +64,7 @@
 #include <iostream>
 #include <vector>
 #include <string>
+#include <cstdlib>
 
 using namespace std;
 using namespace Ctl;
diff -up openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/main.cpp
--- openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43	2008-01-08 20:34:32.000000000 +0100
+++ openexr_ctl-1.0.1/exr_ctl_exr/main.cpp	2008-01-08 20:35:10.000000000 +0100
@@ -59,6 +59,7 @@
 #include <iostream>
 #include <string>
 #include <exception>
+#include <cstdlib>
 #include <ImfFloatAttribute.h>
 #include <ImfVecAttribute.h>