Browse code

avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without cbrt

Hendrik Leppkes authored on 2016/03/14 23:49:34
Showing 1 changed files
... ...
@@ -21,6 +21,8 @@
21 21
 #include "config.h"
22 22
 #include "cbrt_data.h"
23 23
 
24
+#include "libavutil/libm.h"
25
+
24 26
 #if CONFIG_HARDCODED_TABLES
25 27
 #include "libavcodec/cbrt_tables.h"
26 28
 #else