diff options
Diffstat (limited to 'src/cryptopp/sha.h')
| -rw-r--r-- | src/cryptopp/sha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptopp/sha.h b/src/cryptopp/sha.h index 8d0dbfcac..679081e8f 100644 --- a/src/cryptopp/sha.h +++ b/src/cryptopp/sha.h @@ -1,7 +1,7 @@ #ifndef CRYPTOPP_SHA_H #define CRYPTOPP_SHA_H -#include "cryptopp/iterhash.h" +#include "iterhash.h" NAMESPACE_BEGIN(CryptoPP) |