diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-02-12 18:46:00 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-02-12 18:46:00 +0000 |
commit | cbdf84e14cc434a43df2a9b2350d01ec21d060b4 (patch) | |
tree | 5949da7b5506fc3609d0dddfd41a25116de2b0ef /net/cyphesis | |
parent | b88751e4f166e1617557bdfa52f980a9180d28d0 (diff) | |
download | ports-cbdf84e14cc434a43df2a9b2350d01ec21d060b4.tar.gz ports-cbdf84e14cc434a43df2a9b2350d01ec21d060b4.zip |
Notes
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; + |