diff options
Diffstat (limited to 'src/lib/hash/sha2_64/sha2_64.h')
-rw-r--r-- | src/lib/hash/sha2_64/sha2_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/hash/sha2_64/sha2_64.h b/src/lib/hash/sha2_64/sha2_64.h index ec3512dfc..dc5f0dd18 100644 --- a/src/lib/hash/sha2_64/sha2_64.h +++ b/src/lib/hash/sha2_64/sha2_64.h @@ -10,6 +10,8 @@ #include <botan/mdx_hash.h> +BOTAN_FUTURE_INTERNAL_HEADER(sha2_64.h) + namespace Botan { /** |