summaryrefslogtreecommitdiff
path: root/optmath.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-15 21:06:52 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-15 21:06:52 +0100
commiteebe050eb8dc488952fbcd646d1f0c3834a73b57 (patch)
tree67742df0168ab391ccaa7ae650d1fdc6fd3cef60 /optmath.h
parentd9ed7b7efc764df08a7e52b5e3f878ab5eaf54eb (diff)
fixed warnings in optmath.h
Diffstat (limited to 'optmath.h')
-rw-r--r--optmath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/optmath.h b/optmath.h
index 3037f974..b5aa8c61 100644
--- a/optmath.h
+++ b/optmath.h
@@ -19,6 +19,8 @@
#ifndef __OPTMATH_H
#define __OPTMATH_H
+#include <math.h>
+
#ifdef __SSE2__ // that comes from -msse2
#define __FORCE_SSE2__
#endif