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