avutil/x86/intmath: Add missing header.
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
This commit is contained in:
parent
20abda6b62
commit
bff009697d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue