diff options
Diffstat (limited to 'net/cyphesis')
-rw-r--r-- | net/cyphesis/files/patch-physics-BBox.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/cyphesis/files/patch-physics-BBox.h b/net/cyphesis/files/patch-physics-BBox.h new file mode 100644 index 000000000000..5622e4ad8c3d --- /dev/null +++ b/net/cyphesis/files/patch-physics-BBox.h @@ -0,0 +1,12 @@ +--- physics/BBox.h.orig 2009-02-12 06:55:03.000000000 +0100 ++++ physics/BBox.h 2009-02-12 19:24:05.000000000 +0100 +@@ -20,7 +20,9 @@ + #ifndef PHYSICS_BBOX_H + #define PHYSICS_BBOX_H + ++#include <cmath> + #include <wfmath/axisbox.h> ++#include <wfmath/point.h> + + typedef WFMath::AxisBox<3> BBox; + |