diff options
Diffstat (limited to 'src/tea.cpp')
-rw-r--r-- | src/tea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tea.cpp b/src/tea.cpp index cb1cac79a..432927f7d 100644 --- a/src/tea.cpp +++ b/src/tea.cpp @@ -4,7 +4,7 @@ *************************************************/ #include <botan/tea.h> -#include <botan/bit_ops.h> +#include <botan/loadstor.h> namespace Botan { |