Fix compile on CentOS 5

This commit is contained in:
Jeffrey Walton 2021-07-03 02:27:05 -04:00
parent 45de5c6ce5
commit b810876cbf
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -18,7 +18,6 @@
#if (CRYPTOPP_SSSE3_AVAILABLE)
# include "adv_simd.h"
# include <immintrin.h>
# include <pmmintrin.h>
# include <tmmintrin.h>
#endif