From 8257a5226e58cac66b4b944dc9599bb66aa8ff37 Mon Sep 17 00:00:00 2001 From: pav <pav@FreeBSD.org> Date: Sun, 6 Feb 2005 23:30:41 +0000 Subject: - Update to 0.5.3 PR: ports/77136 Submitted by: KATO Tsuguru <tkato432@yahoo.com> --- .../vamos/files/patch-include::vamos::geometry::Three_Vetor.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h (limited to 'games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h') diff --git a/games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h b/games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h new file mode 100644 index 00000000000..1d18e02249a --- /dev/null +++ b/games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h @@ -0,0 +1,10 @@ +--- include/vamos/geometry/Three_Vector.h.orig Thu Feb 3 12:17:54 2005 ++++ include/vamos/geometry/Three_Vector.h Sat Feb 5 20:11:47 2005 +@@ -19,6 +19,7 @@ + #define _THREE_VECTOR_H_ + + #include <iostream> ++#include <cmath> + + // A three-element vector. Useful for representing physical quantites + // like position, veocity or force. -- cgit