diff options
Diffstat (limited to 'dep/CascLib/src/CascCommon.h')
-rw-r--r-- | dep/CascLib/src/CascCommon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dep/CascLib/src/CascCommon.h b/dep/CascLib/src/CascCommon.h index fb4a3ee88c8..97d69c97791 100644 --- a/dep/CascLib/src/CascCommon.h +++ b/dep/CascLib/src/CascCommon.h @@ -40,8 +40,9 @@ #include "common/RootHandler.h" #include "common/Sockets.h" -// Headers from Alexander Peslyak's MD5 implementation -#include "md5/md5.h" +// Headers for hashes used in CascLib +#include "hashes/md5.h" +#include "hashes/sha1.h" // For HashStringJenkins #include "jenkins/lookup.h" |