Conditionally including header.

This commit is contained in:
Colin LeMahieu 2016-02-15 16:14:28 -06:00
commit bc81fe6349

View file

@ -20,7 +20,9 @@
#include "blake2-config.h"
#if defined (_MSC_VER)
#include <intrin.h>
#endif
#include <emmintrin.h>
#if defined(HAVE_SSSE3)
#include <tmmintrin.h>