Commit 597208fd authored by Martin Storsjö's avatar Martin Storsjö

cpu: Include common.h for av_popcount64

This fixes build failures on windows since 2a6eaeaa.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 8a994b74
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "cpu.h" #include "cpu.h"
#include "config.h" #include "config.h"
#include "opt.h" #include "opt.h"
#include "common.h"
#if HAVE_SCHED_GETAFFINITY #if HAVE_SCHED_GETAFFINITY
#define _GNU_SOURCE #define _GNU_SOURCE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment