From bff009697d0278fafaef533d4656daae1abdc29a Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Sun, 1 Nov 2015 02:00:41 +1100 Subject: avutil/x86/intmath: Add missing header. Signed-off-by: Matt Oliver --- libavutil/x86/intmath.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavutil/x86/intmath.h') diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h index 61d1a7347c..d504079893 100644 --- a/libavutil/x86/intmath.h +++ b/libavutil/x86/intmath.h @@ -22,6 +22,9 @@ #define AVUTIL_X86_INTMATH_H #include +#if HAVE_FAST_CLZ && (defined(__INTEL_COMPILER) || defined(_MSC_VER)) +#include +#endif #include "config.h" #if HAVE_FAST_CLZ -- cgit v1.2.3