Skip to content

Commit

Permalink
avutil/x86/intmath: Add missing header.
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Oliver <[email protected]>
  • Loading branch information
Sibras committed Oct 31, 2015
1 parent 20abda6 commit bff0096
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libavutil/x86/intmath.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bff0096

Please sign in to comment.