| 1 |
diff -up openexr_viewers-1.0.1/exrdisplay/applyCtl.h.gcc43 openexr_viewers-1.0.1/exrdisplay/applyCtl.h
|
| 2 |
--- openexr_viewers-1.0.1/exrdisplay/applyCtl.h.gcc43 2006-12-09 01:14:07.000000000 +0100
|
| 3 |
+++ openexr_viewers-1.0.1/exrdisplay/applyCtl.h 2008-01-10 02:07:14.000000000 +0100
|
| 4 |
@@ -49,6 +49,7 @@
|
| 5 |
#include <ImfArray.h>
|
| 6 |
#include <ImfHeader.h>
|
| 7 |
#include <vector>
|
| 8 |
+#include <cstdlib>
|
| 9 |
|
| 10 |
//
|
| 11 |
// Apply a series of CTL transforms to the raw pixel data from an image file
|
| 12 |
diff -up openexr_viewers-1.0.1/configure.ac.gcc43 openexr_viewers-1.0.1/configure.ac
|
| 13 |
--- openexr_viewers-1.0.1/configure.ac.gcc43 2007-10-10 00:20:51.000000000 +0200
|
| 14 |
+++ openexr_viewers-1.0.1/configure.ac 2008-01-10 02:07:14.000000000 +0100
|
| 15 |
@@ -126,6 +126,7 @@ AM_COMPILELINKRUN(
|
| 16 |
#include <ImfFrameBuffer.h>
|
| 17 |
#include <ImathBox.h>
|
| 18 |
#include <vector>
|
| 19 |
+#include <cstdlib>
|
| 20 |
using namespace Ctl;
|
| 21 |
using namespace Imf;
|
| 22 |
using namespace Imath;
|
| 23 |
diff -up openexr_viewers-1.0.1/configure.gcc43 openexr_viewers-1.0.1/configure
|
| 24 |
--- openexr_viewers-1.0.1/configure.gcc43 2007-10-10 00:21:01.000000000 +0200
|
| 25 |
+++ openexr_viewers-1.0.1/configure 2008-01-10 02:07:14.000000000 +0100
|
| 26 |
@@ -20869,6 +20869,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
| 27 |
#include <ImfFrameBuffer.h>
|
| 28 |
#include <ImathBox.h>
|
| 29 |
#include <vector>
|
| 30 |
+#include <cstdlib>
|
| 31 |
using namespace Ctl;
|
| 32 |
using namespace Imf;
|
| 33 |
using namespace Imath;
|
| 34 |
diff -up openexr_viewers-1.0.1/playexr/ctlToLut.h.gcc43 openexr_viewers-1.0.1/playexr/ctlToLut.h
|
| 35 |
--- openexr_viewers-1.0.1/playexr/ctlToLut.h.gcc43 2008-01-10 03:09:55.000000000 +0100
|
| 36 |
+++ openexr_viewers-1.0.1/playexr/ctlToLut.h 2008-01-10 03:11:18.000000000 +0100
|
| 37 |
@@ -88,6 +88,7 @@
|
| 38 |
#include <string>
|
| 39 |
#include <vector>
|
| 40 |
#include <half.h>
|
| 41 |
+#include <cstdlib>
|
| 42 |
|
| 43 |
|
| 44 |
void
|
| 45 |
diff -up openexr_viewers-1.0.1/playexr/main.cpp.gcc43 openexr_viewers-1.0.1/playexr/main.cpp
|
| 46 |
--- openexr_viewers-1.0.1/playexr/main.cpp.gcc43 2008-01-10 03:05:03.000000000 +0100
|
| 47 |
+++ openexr_viewers-1.0.1/playexr/main.cpp 2008-01-10 03:05:48.000000000 +0100
|
| 48 |
@@ -48,6 +48,7 @@
|
| 49 |
#include <vector>
|
| 50 |
#include <string>
|
| 51 |
#include <stdlib.h>
|
| 52 |
+#include <cstring>
|
| 53 |
|
| 54 |
using namespace std;
|
| 55 |
|