diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:33:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:33:53 +0000 |
commit | f60a7698b3904efdfabe162bb1c938e90e7ec39d (patch) | |
tree | 4c9d65e097fffd95b587419a05be55ad0387fae9 /graphics/gsculpt/files/patch-cpp-Math-BBox2.h | |
parent | - Update to 2.0.5 (diff) |
- Update to 0.99.39/2
PR: 112046
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
Notes
Notes:
svn path=/head/; revision=190836
Diffstat (limited to 'graphics/gsculpt/files/patch-cpp-Math-BBox2.h')
-rw-r--r-- | graphics/gsculpt/files/patch-cpp-Math-BBox2.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-cpp-Math-BBox2.h b/graphics/gsculpt/files/patch-cpp-Math-BBox2.h new file mode 100644 index 000000000000..e9fe3b3f1643 --- /dev/null +++ b/graphics/gsculpt/files/patch-cpp-Math-BBox2.h @@ -0,0 +1,18 @@ +--- cpp/Math/BBox2.h.orig Sat Mar 3 10:31:14 2007 ++++ cpp/Math/BBox2.h Wed Apr 11 16:32:28 2007 +@@ -8,7 +8,6 @@ + #ifndef BBOX2_H__ + #define BBOX2_H__ + +-#include <boost/python.hpp> + + + +@@ -24,6 +23,7 @@ + #include <Math/Polygon2.h> + #include <Math/Side.h> + #include <Math/Axis.h> ++#include <boost/python.hpp> + + /* + 2D BOUNDING BOX |