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/Pbkdf2HmacSha1.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/Crypto/Pbkdf2HmacSha1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/CPP/7zip/Crypto/Pbkdf2HmacSha1.h b/CPP/7zip/Crypto/Pbkdf2HmacSha1.h
index bb90e121..6560b8d1 100755..100644
--- a/CPP/7zip/Crypto/Pbkdf2HmacSha1.h
+++ b/CPP/7zip/Crypto/Pbkdf2HmacSha1.h
@@ -5,7 +5,8 @@
#define __CRYPTO_PBKDF2_HMAC_SHA1_H
#include <stddef.h>
-#include "../../Common/Types.h"
+
+#include "../../Common/MyTypes.h"
namespace NCrypto {
namespace NSha1 {