Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 227395 | Differences between
and this patch

Collapse All | Expand All

(-)ctl-1.4.1.orig/IlmCtl/CtlLex.h (+1 lines)
Lines 58-67 Link Here
58
//-----------------------------------------------------------------------------
58
//-----------------------------------------------------------------------------
59
59
60
#include <CtlLContext.h>
60
#include <CtlLContext.h>
61
#include <CtlTokens.h>
61
#include <CtlTokens.h>
62
#include <string>
62
#include <string>
63
#include <cstdlib>
63
64
64
namespace Ctl {
65
namespace Ctl {
65
66
66
67
67
class Lex
68
class Lex
(-)ctl-1.4.1.orig/IlmCtlMathTest/testAffineRec.cpp (-1 / +2 lines)
Lines 43-55 Link Here
43
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
43
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
44
// IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
// IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45
//
45
//
46
///////////////////////////////////////////////////////////////////////////
46
///////////////////////////////////////////////////////////////////////////
47
47
48
#include <string>
48
#include <cstring>
49
#include <fstream>
49
#include <fstream>
50
#include <iostream>
50
#include <iostream>
51
#include <cstdlib>
51
#include <assert.h>
52
#include <assert.h>
52
#include <CtlRbfInterpolator.h>
53
#include <CtlRbfInterpolator.h>
53
#include <ImathVec.h>
54
#include <ImathVec.h>
54
55
55
using namespace std;
56
using namespace std;
(-)ctl-1.4.1.orig/IlmCtlMathTest/testGaussRec.cpp (-1 / +2 lines)
Lines 43-55 Link Here
43
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
43
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
44
// IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
// IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45
//
45
//
46
///////////////////////////////////////////////////////////////////////////
46
///////////////////////////////////////////////////////////////////////////
47
47
48
#include <string>
48
#include <cstring>
49
#include <fstream>
49
#include <fstream>
50
#include <iostream>
50
#include <iostream>
51
#include <cstdlib>
51
#include <assert.h>
52
#include <assert.h>
52
#include <CtlRbfInterpolator.h>
53
#include <CtlRbfInterpolator.h>
53
#include <ImathVec.h>
54
#include <ImathVec.h>
54
55
55
using namespace std;
56
using namespace std;
(-)ctl-1.4.1.orig/IlmCtlSimd/CtlSimdReg.h (+1 lines)
Lines 50-59 Link Here
50
#define INCLUDED_CTL_SIMD_REG_H
50
#define INCLUDED_CTL_SIMD_REG_H
51
51
52
#include <typeinfo>
52
#include <typeinfo>
53
#include <CtlExc.h>
53
#include <CtlExc.h>
54
#include <Iex.h>
54
#include <Iex.h>
55
#include <cstring>
55
56
56
//-----------------------------------------------------------------------------
57
//-----------------------------------------------------------------------------
57
//
58
//
58
//	Registers for the SIMD color transformation engine
59
//	Registers for the SIMD color transformation engine
59
//
60
//
(-)ctl-1.4.1.orig/IlmCtlTest/testExamples.cpp (+1 lines)
Lines 43-52 Link Here
43
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
43
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
44
// IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
// IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45
//
45
//
46
///////////////////////////////////////////////////////////////////////////
46
///////////////////////////////////////////////////////////////////////////
47
47
48
#include <cstring>
48
#include <CtlSimdInterpreter.h>
49
#include <CtlSimdInterpreter.h>
49
#include <CtlFunctionCall.h>
50
#include <CtlFunctionCall.h>
50
#include <CtlType.h>
51
#include <CtlType.h>
51
#include <assert.h>
52
#include <assert.h>
52
53
(-)ctl-1.4.1.orig/IlmCtlTest/testVarying.cpp (+1 lines)
Lines 49-58 Link Here
49
#include <CtlSimdInterpreter.h>
49
#include <CtlSimdInterpreter.h>
50
#include <CtlFunctionCall.h>
50
#include <CtlFunctionCall.h>
51
#include <CtlType.h>
51
#include <CtlType.h>
52
#include <ImathMath.h>
52
#include <ImathMath.h>
53
#include <iostream>
53
#include <iostream>
54
#include <cstring>
54
#include <exception>
55
#include <exception>
55
#include <assert.h>
56
#include <assert.h>
56
#include <sstream>
57
#include <sstream>
57
#include <limits>
58
#include <limits>
58
#include <half.h>
59
#include <half.h>
(-)ctl-1.4.1.orig/IlmCtlTest/testVaryingReturn.cpp (+1 lines)
Lines 49-58 Link Here
49
#include <CtlSimdInterpreter.h>
49
#include <CtlSimdInterpreter.h>
50
#include <CtlFunctionCall.h>
50
#include <CtlFunctionCall.h>
51
#include <CtlType.h>
51
#include <CtlType.h>
52
#include <ImathMath.h>
52
#include <ImathMath.h>
53
#include <iostream>
53
#include <iostream>
54
#include <cstring>
54
#include <exception>
55
#include <exception>
55
#include <assert.h>
56
#include <assert.h>
56
#include <sstream>
57
#include <sstream>
57
#include <limits>
58
#include <limits>
58
#include <half.h>
59
#include <half.h>

Return to bug 227395