diff --git a/libavcodec/error_resilience.h b/libavcodec/error_resilience.h index b2318b79d2..970fdc2066 100644 --- a/libavcodec/error_resilience.h +++ b/libavcodec/error_resilience.h @@ -20,6 +20,11 @@ #ifndef AVCODEC_ERROR_RESILIENCE_H #define AVCODEC_ERROR_RESILIENCE_H +#include + +#include "avcodec.h" +#include "dsputil.h" + ///< current MB is the first after a resync marker #define VP_START 1 #define ER_AC_ERROR 2