From fb0c9d41d685abb58575c5482ca33b8cd457c5ec Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Thu, 23 Jan 2014 16:20:23 +0100 Subject: avutil: remove timer.h include from internal.h Added libavutil/timer.h include to all files with {START,STOP}_TIMER. --- libavutil/eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/eval.c') diff --git a/libavutil/eval.c b/libavutil/eval.c index 48f8e66ec6..72f976ca4b 100644 --- a/libavutil/eval.c +++ b/libavutil/eval.c @@ -33,6 +33,7 @@ #include "log.h" #include "mathematics.h" #include "avstring.h" +#include "timer.h" typedef struct Parser { const AVClass *class; -- cgit v1.2.3