diff --git a/libavutil/log.c b/libavutil/log.c index e2773d433d..9f1d59ab9c 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -39,6 +39,7 @@ static int flags; #if defined(_WIN32) && !defined(__MINGW32CE__) #include +#include static const uint8_t color[] = { 12, 12, 12, 14, 7, 10, 11 }; static int16_t background, attr_orig; static HANDLE con;