Commit bff00969 authored by Matt Oliver's avatar Matt Oliver

avutil/x86/intmath: Add missing header.

Signed-off-by: 's avatarMatt Oliver <protogonoi@gmail.com>
parent 20abda6b
......@@ -22,6 +22,9 @@
#define AVUTIL_X86_INTMATH_H
#include <stdint.h>
#if HAVE_FAST_CLZ && (defined(__INTEL_COMPILER) || defined(_MSC_VER))
#include <immintrin.h>
#endif
#include "config.h"
#if HAVE_FAST_CLZ
......
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