| 1 |
diff -up openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 openexr_ctl-1.0.1/exrdpx/main.cpp
|
| 2 |
--- openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 2007-07-25 08:28:17.000000000 +0200
|
| 3 |
+++ openexr_ctl-1.0.1/exrdpx/main.cpp 2008-01-08 20:27:14.000000000 +0100
|
| 4 |
@@ -60,6 +60,8 @@
|
| 5 |
#include <iostream>
|
| 6 |
#include <string>
|
| 7 |
#include <exception>
|
| 8 |
+#include <cstdlib>
|
| 9 |
+#include <cstring>
|
| 10 |
|
| 11 |
using namespace std;
|
| 12 |
using namespace Imf;
|
| 13 |
diff -up openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp
|
| 14 |
--- openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 2008-01-08 20:30:30.000000000 +0100
|
| 15 |
+++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp 2008-01-08 20:33:02.000000000 +0100
|
| 16 |
@@ -64,6 +64,7 @@
|
| 17 |
#include <iostream>
|
| 18 |
#include <vector>
|
| 19 |
#include <string>
|
| 20 |
+#include <cstdlib>
|
| 21 |
|
| 22 |
using namespace std;
|
| 23 |
using namespace Ctl;
|
| 24 |
diff -up openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/main.cpp
|
| 25 |
--- openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 2008-01-08 20:34:32.000000000 +0100
|
| 26 |
+++ openexr_ctl-1.0.1/exr_ctl_exr/main.cpp 2008-01-08 20:35:10.000000000 +0100
|
| 27 |
@@ -59,6 +59,7 @@
|
| 28 |
#include <iostream>
|
| 29 |
#include <string>
|
| 30 |
#include <exception>
|
| 31 |
+#include <cstdlib>
|
| 32 |
#include <ImfFloatAttribute.h>
|
| 33 |
#include <ImfVecAttribute.h>
|
| 34 |
|