From 597208fde175f7ae56f833e8cbae10cb9b709daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 24 May 2013 12:24:27 +0300 Subject: cpu: Include common.h for av_popcount64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes build failures on windows since 2a6eaeaa8. Signed-off-by: Martin Storsjö --- libavutil/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/cpu.c') diff --git a/libavutil/cpu.c b/libavutil/cpu.c index b95158b054..17273b638b 100644 --- a/libavutil/cpu.c +++ b/libavutil/cpu.c @@ -19,6 +19,7 @@ #include "cpu.h" #include "config.h" #include "opt.h" +#include "common.h" #if HAVE_SCHED_GETAFFINITY #define _GNU_SOURCE -- cgit v1.2.3