summaryrefslogtreecommitdiff
path: root/optmath.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-15 22:34:51 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-15 22:35:22 +0100
commitb16aa6f510ae74d48b8103f54894ac529c2538ef (patch)
treef996adb58f23ad985ca3f93b5ad369fc46240cc2 /optmath.h
parent14d7a950203bbaa2a2fc460c49578e6bff8c4146 (diff)
parenteb021e999d1284fed67d9a7d7767dc7afd5c8346 (diff)
Merge branch 'master' into devel
Conflicts: configure.ac plugins/ffmpeg/ffmpeg.c
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