diff options
Diffstat (limited to 'graphics/gsculpt/files/patch-cpp-Math-Matrix4.h')
-rw-r--r-- | graphics/gsculpt/files/patch-cpp-Math-Matrix4.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-cpp-Math-Matrix4.h b/graphics/gsculpt/files/patch-cpp-Math-Matrix4.h new file mode 100644 index 000000000000..b241abb42215 --- /dev/null +++ b/graphics/gsculpt/files/patch-cpp-Math-Matrix4.h @@ -0,0 +1,18 @@ +--- cpp/Math/Matrix4.h.orig Sat Mar 3 10:31:14 2007 ++++ cpp/Math/Matrix4.h Sat Apr 14 02:21:26 2007 +@@ -21,7 +21,6 @@ + #ifndef MATRIX4_H__ + #define MATRIX4_H__ + +-#include <boost/python.hpp> + + + +@@ -50,6 +49,7 @@ + #include <Math/Triangle2.h> + #include <Math/Triangle3.h> + #include <Math/epsilon.h> ++#include <boost/python.hpp> + + //a selection of macros to make acessing the members of the matrix easy + #define iMA d[0] |