diff options
Diffstat (limited to 'src/cipher/gost/gost.h')
-rw-r--r-- | src/cipher/gost/gost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cipher/gost/gost.h b/src/cipher/gost/gost.h index d78e3245f..ef2897fae 100644 --- a/src/cipher/gost/gost.h +++ b/src/cipher/gost/gost.h @@ -6,7 +6,7 @@ #ifndef BOTAN_GOST_H__ #define BOTAN_GOST_H__ -#include <botan/base.h> +#include <botan/block_cipher.h> namespace Botan { |