diff options
Diffstat (limited to 'src/kdf.cpp')
-rw-r--r-- | src/kdf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdf.cpp b/src/kdf.cpp index b35fcd20a..22d8ac7cc 100644 --- a/src/kdf.cpp +++ b/src/kdf.cpp @@ -5,7 +5,7 @@ #include <botan/kdf.h> #include <botan/lookup.h> -#include <botan/bit_ops.h> +#include <botan/loadstor.h> #include <algorithm> #include <memory> |