From 58d32c00beef237ffff56bd61a5fdc99057161a6 Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Thu, 12 Nov 2015 16:54:08 +1100 Subject: avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc. Signed-off-by: Matt Oliver --- libavutil/x86/intmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/x86') diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h index b3e5750ccf..611ef882e9 100644 --- a/libavutil/x86/intmath.h +++ b/libavutil/x86/intmath.h @@ -26,7 +26,7 @@ #if defined(_MSC_VER) #include #elif defined(__INTEL_COMPILER) -#include +#include #endif #endif #include "config.h" -- cgit v1.2.3