summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-04-15 13:58:41 +0200
committerwm4 <wm4@nowhere>2016-04-15 13:58:41 +0200
commitb735c0e2077cb37df6764350472cbc68a9142d91 (patch)
tree9a7643f952c6dcbb295036b2228e077a723542bf
parentfbb5da0010345f7d26a7ffda70d0cc774e3b7c9f (diff)
downloadmpv-b735c0e2077cb37df6764350472cbc68a9142d91.tar.bz2
mpv-b735c0e2077cb37df6764350472cbc68a9142d91.tar.xz
lcms: include math.h
Fixes #3053.
-rw-r--r--video/out/opengl/lcms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/lcms.c b/video/out/opengl/lcms.c
index 7db8da6f70..a2030d3792 100644
--- a/video/out/opengl/lcms.c
+++ b/video/out/opengl/lcms.c
@@ -16,6 +16,7 @@
*/
#include <string.h>
+#include <math.h>
#include "mpv_talloc.h"