avcodec/cbrt_data: add missing header include

Fixes make checkheaders
pull/233/merge
James Almer 8 years ago
parent 65d7d46f71
commit a267cac928
  1. 2
      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()

Loading…
Cancel
Save