aboutsummaryrefslogtreecommitdiffstats
path: root/src/checksum/crc24
diff options
context:
space:
mode:
Diffstat (limited to 'src/checksum/crc24')
-rw-r--r--src/checksum/crc24/crc24.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checksum/crc24/crc24.h b/src/checksum/crc24/crc24.h
index 919f860ce..6c65a6e85 100644
--- a/src/checksum/crc24/crc24.h
+++ b/src/checksum/crc24/crc24.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_CRC24_H__
#define BOTAN_CRC24_H__
-#include <botan/base.h>
+#include <botan/hash.h>
namespace Botan {