diff options
Diffstat (limited to 'src/tests/test_otp.cpp')
-rw-r--r-- | src/tests/test_otp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_otp.cpp b/src/tests/test_otp.cpp index 480065194..12295c96c 100644 --- a/src/tests/test_otp.cpp +++ b/src/tests/test_otp.cpp @@ -8,6 +8,7 @@ #include "tests.h" #if defined(BOTAN_HAS_HOTP) + #include <botan/parsing.h> #include <botan/hotp.h> #endif |