diff options
author | pav <pav@FreeBSD.org> | 2005-02-07 07:30:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-07 07:30:41 +0800 |
commit | 8257a5226e58cac66b4b944dc9599bb66aa8ff37 (patch) | |
tree | c051549f22f871c1fe5cca18229cc5eacd641d72 /games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h | |
parent | 1abfa9d08702ae7f2dc3a6c5c2e8390993d52395 (diff) | |
download | freebsd-ports-graphics-8257a5226e58cac66b4b944dc9599bb66aa8ff37.tar.gz freebsd-ports-graphics-8257a5226e58cac66b4b944dc9599bb66aa8ff37.tar.zst freebsd-ports-graphics-8257a5226e58cac66b4b944dc9599bb66aa8ff37.zip |
- Update to 0.5.3
PR: ports/77136
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h')
-rw-r--r-- | games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h | 10 |
1 files changed, 10 insertions, 0 deletions
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. |