Commit d6b988b5 authored by Hendrik Leppkes's avatar Hendrik Leppkes

libavutil/tablegen: add missing math.h include

parent 0c1d62ab
......@@ -24,6 +24,8 @@
#ifndef AVUTIL_TABLEGEN_H
#define AVUTIL_TABLEGEN_H
#include <math.h>
// we lack some functions on all host platforms, and we don't care about
// performance and/or strict ISO C semantics as it's performed at build time
static inline double ff_cbrt(double x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment