diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test_simd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_simd.cpp b/src/tests/test_simd.cpp index 5ff6047a9..3603cb8e9 100644 --- a/src/tests/test_simd.cpp +++ b/src/tests/test_simd.cpp @@ -9,6 +9,7 @@ #if defined(BOTAN_HAS_SIMD_32) #include <botan/internal/simd_32.h> #include <botan/cpuid.h> + #include <botan/rotate.h> #endif namespace Botan_Tests { |