about summary refs log tree commit diff
path: root/src/base/vmath.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2010-07-05 20:57:07 +0200
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-07-05 20:57:07 +0200
commit575f72d978c700e4bedb46f4083bf1c24726640e (patch)
tree4ff07848769ab4e308cbd27959181423904f4292 /src/base/vmath.h
parentd302ba921e61177da9af1f85df58fe6f47ca5e95 (diff)
downloadzcatch-575f72d978c700e4bedb46f4083bf1c24726640e.tar.gz
zcatch-575f72d978c700e4bedb46f4083bf1c24726640e.zip
fixed some compiler errors and warnings with clang
Diffstat (limited to 'src/base/vmath.h')
-rw-r--r--src/base/vmath.h2
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>