diff options
author | James Almer <jamrial@gmail.com> | 2017-02-22 14:36:26 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-02-22 14:36:26 -0300 |
commit | a267cac9281735af33d0982a195bcac5e8627bc5 (patch) | |
tree | 91783e973d0f4c49413d1bb4d12fd541e4a69549 /libavcodec/cbrt_data.h | |
parent | 65d7d46f717c1d5731a172772c0f16a4b272ab32 (diff) | |
download | ffmpeg-a267cac9281735af33d0982a195bcac5e8627bc5.tar.gz |
avcodec/cbrt_data: add missing header include
Fixes make checkheaders
Diffstat (limited to 'libavcodec/cbrt_data.h')
-rw-r--r-- | libavcodec/cbrt_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/cbrt_data.h b/libavcodec/cbrt_data.h index 232f74fbf3..89117f85b3 100644 --- a/libavcodec/cbrt_data.h +++ b/libavcodec/cbrt_data.h @@ -23,6 +23,8 @@ #include <stdint.h> +#include "config.h" + #if CONFIG_HARDCODED_TABLES #define ff_cbrt_tableinit_fixed() #define ff_cbrt_tableinit() |