aboutsummaryrefslogtreecommitdiffstats
path: root/games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h
blob: 1d18e02249aa4bc965b94d83d3d77beffbafc5aa (plain) (blame)
1
2
3
4
5
6
7
8
9
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.