avutil/x86/intmath: Add missing header.

Signed-off-by: Matt Oliver <protogonoi@gmail.com>
This commit is contained in:
Matt Oliver 2015-11-01 02:00:41 +11:00
parent 20abda6b62
commit bff009697d

View File

@ -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