Parent Directory
|
Revision Log
- Fix gcc43
| 1 | diff -up ctl-1.4.1/IlmCtl/CtlLex.cpp.gcc43 ctl-1.4.1/IlmCtl/CtlLex.cpp |
| 2 | --- ctl-1.4.1/IlmCtl/CtlLex.cpp.gcc43 2008-01-08 19:18:01.000000000 +0100 |
| 3 | +++ ctl-1.4.1/IlmCtl/CtlLex.cpp 2008-01-08 19:18:22.000000000 +0100 |
| 4 | @@ -57,6 +57,7 @@ |
| 5 | #include <CtlLContext.h> |
| 6 | #include <iomanip> |
| 7 | #include <cassert> |
| 8 | +#include <cstdlib> |
| 9 | |
| 10 | |
| 11 | #if 0 |
| 12 | diff -up ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h.gcc43 ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h |
| 13 | --- ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h.gcc43 2008-01-08 19:27:17.000000000 +0100 |
| 14 | +++ ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h 2008-01-08 19:28:31.000000000 +0100 |
| 15 | @@ -50,6 +50,7 @@ |
| 16 | #define INCLUDED_CTL_SIMD_REG_H |
| 17 | |
| 18 | #include <typeinfo> |
| 19 | +#include <cstring> |
| 20 | #include <CtlExc.h> |
| 21 | #include <Iex.h> |
| 22 |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |