diff options
Diffstat (limited to 'src/base/vmath.h')
| -rw-r--r-- | src/base/vmath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/vmath.h b/src/base/vmath.h index 49dd26d1..2be3e6eb 100644 --- a/src/base/vmath.h +++ b/src/base/vmath.h @@ -2,6 +2,8 @@ #ifndef BASE_VMATH_H #define BASE_VMATH_H +#include <math.h> + // ------------------------------------ template<typename T> |