summaryrefslogtreecommitdiff
path: root/rijndael.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rijndael.cpp')
-rw-r--r--rijndael.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rijndael.cpp b/rijndael.cpp
index fbc7dcc..9a77902 100644
--- a/rijndael.cpp
+++ b/rijndael.cpp
@@ -74,6 +74,7 @@ being unloaded from L1 cache, until that round is finished.
#include "cpu.h"
#if CRYPTOPP_BOOL_AESNI_INTRINSICS_AVAILABLE
+#include <smmintrin.h>
#include <wmmintrin.h>
#endif