Parent Directory
|
Revision Log
Fix for gcc44
| 1 | diff -up openexr_viewers-1.0.1/exrdisplay/applyCtl.cpp.gcc44 openexr_viewers-1.0.1/exrdisplay/applyCtl.cpp |
| 2 | --- openexr_viewers-1.0.1/exrdisplay/applyCtl.cpp.gcc44 2009-02-12 23:35:22.000000000 +0100 |
| 3 | +++ openexr_viewers-1.0.1/exrdisplay/applyCtl.cpp 2009-02-12 23:35:27.000000000 +0100 |
| 4 | @@ -48,6 +48,7 @@ |
| 5 | #include <ImfHeader.h> |
| 6 | #include <ImfFrameBuffer.h> |
| 7 | #include <cassert> |
| 8 | + #include <cstdio> |
| 9 | #include <iostream> |
| 10 | |
| 11 | using namespace std; |
| 12 | @@ -60,6 +61,7 @@ |
| 13 | #include <ImfStandardAttributes.h> |
| 14 | #include <ImfHeader.h> |
| 15 | #include <cassert> |
| 16 | + #include <cstdio> |
| 17 | #include <iostream> |
| 18 | |
| 19 | using namespace std; |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |