libavutil/tablegen: add missing math.h include

pull/162/merge
Hendrik Leppkes 9 years ago
parent 0c1d62ab9d
commit d6b988b505
  1. 2
      libavutil/tablegen.h

@ -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)

Loading…
Cancel
Save