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. --- libavcodec/h264.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264.c') diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 5069e4a456..fd9f7962d2 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -28,6 +28,7 @@ #include "libavutil/avassert.h" #include "libavutil/imgutils.h" #include "libavutil/stereo3d.h" +#include "libavutil/timer.h" #include "internal.h" #include "cabac.h" #include "cabac_functions.h" -- cgit v1.2.3