Fix early Fedora compiles

This commit is contained in:
Jeffrey Walton 2018-07-06 01:14:28 -04:00
parent 30b304b0f1
commit bc8da71ab3
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -47,7 +47,8 @@
#endif
#if (CRYPTOPP_SSE2_INTRIN_AVAILABLE)
# include <immintrin.h>
# include <emmintrin.h>
# include <pmmintrin.h>
# include <xmmintrin.h>
#endif