From f60a7698b3904efdfabe162bb1c938e90e7ec39d Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 24 Apr 2007 22:33:53 +0000 Subject: - Update to 0.99.39/2 PR: 112046 Submitted by: Martin Tournoij (maintainer) --- graphics/gsculpt/files/patch-cpp-Math-Matrix4.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 graphics/gsculpt/files/patch-cpp-Math-Matrix4.h (limited to 'graphics/gsculpt/files/patch-cpp-Math-Matrix4.h') 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 + + + +@@ -50,6 +49,7 @@ + #include + #include + #include ++#include + + //a selection of macros to make acessing the members of the matrix easy + #define iMA d[0] -- cgit v1.2.3