diff options
Diffstat (limited to 'src/tests/test_simd.cpp')
-rw-r--r-- | src/tests/test_simd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/test_simd.cpp b/src/tests/test_simd.cpp index 3603cb8e9..95f310201 100644 --- a/src/tests/test_simd.cpp +++ b/src/tests/test_simd.cpp @@ -10,6 +10,8 @@ #include <botan/internal/simd_32.h> #include <botan/cpuid.h> #include <botan/rotate.h> + #include <botan/loadstor.h> + #include <botan/bswap.h> #endif namespace Botan_Tests { |