From 3e6088f7322cb88729ed7fcf59b453e1fb9d79f0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 26 Jan 2014 02:23:26 +0100 Subject: avutil/internal.h: add timer.h back Without this a developer would have to add a include every time he wants to benchmark some code, this is a moderate inconvenience. This reverts the specific hunk from fb0c9d41d685abb58575c5482ca33b8cd457c5ec Signed-off-by: Michael Niedermayer --- libavutil/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/internal.h') diff --git a/libavutil/internal.h b/libavutil/internal.h index 4de5226d97..9c5546f3b1 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -36,6 +36,7 @@ #include #include "config.h" #include "attributes.h" +#include "timer.h" #include "cpu.h" #include "dict.h" #include "version.h" -- cgit v1.2.3