Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Crypto/Sha1.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/Crypto/Sha1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/CPP/7zip/Crypto/Sha1.h b/CPP/7zip/Crypto/Sha1.h
index 1bad1f91..df9477d8 100755..100644
--- a/CPP/7zip/Crypto/Sha1.h
+++ b/CPP/7zip/Crypto/Sha1.h
@@ -6,7 +6,8 @@
#define __CRYPTO_SHA1_H
#include <stddef.h>
-#include "../../Common/Types.h"
+
+#include "../../Common/MyTypes.h"
// Sha1 implementation in RAR before version 3.60 has bug:
// it changes data bytes in some cases.