summaryrefslogtreecommitdiffstats
path: root/abs/core/ilmbase/tests-compile-fixes.patch
blob: 27dc24ac6880962b4e88a264c89789ac6dca7e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur ilmbase-1.0.2/Imath/ImathMatrix.h ilmbase-1.0.2.new/Imath/ImathMatrix.h
--- ilmbase-1.0.2/Imath/ImathMatrix.h	2010-07-17 00:48:40.000000000 +0200
+++ ilmbase-1.0.2.new/Imath/ImathMatrix.h	2011-04-25 10:15:21.121608420 +0200
@@ -49,6 +49,8 @@
 #include "ImathVec.h"
 #include "ImathShear.h"
 
+#include <cstdlib>
+#include <cstring>
 #include <iostream>
 #include <iomanip>