cpu: Include common.h for av_popcount64

This fixes build failures on windows since 2a6eaeaa8.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2013-05-24 12:24:27 +03:00
parent 8a994b7406
commit 597208fde1
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "cpu.h"
#include "config.h"
#include "opt.h"
#include "common.h"
#if HAVE_SCHED_GETAFFINITY
#define _GNU_SOURCE