diff options
Diffstat (limited to 'src/tests/test_otp.cpp')
-rw-r--r-- | src/tests/test_otp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test_otp.cpp b/src/tests/test_otp.cpp index 9bd4c0f18..4604356f9 100644 --- a/src/tests/test_otp.cpp +++ b/src/tests/test_otp.cpp @@ -6,16 +6,17 @@ */ #include "tests.h" -#include <botan/hash.h> #if defined(BOTAN_HAS_HOTP) #include <botan/parsing.h> #include <botan/hotp.h> + #include <botan/hash.h> #endif #if defined(BOTAN_HAS_TOTP) #include <botan/totp.h> #include <botan/calendar.h> + #include <botan/hash.h> #endif namespace Botan_Tests { |