diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/IPassword.h')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/IPassword.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/3rdparty/lzma/CPP/7zip/IPassword.h b/3rdparty/lzma/CPP/7zip/IPassword.h index 3ca7b090e93..7ea45537e65 100644 --- a/3rdparty/lzma/CPP/7zip/IPassword.h +++ b/3rdparty/lzma/CPP/7zip/IPassword.h @@ -3,8 +3,8 @@ #ifndef __IPASSWORD_H #define __IPASSWORD_H +#include "../Common/MyTypes.h" #include "../Common/MyUnknown.h" -#include "../Common/Types.h" #include "IDecl.h" @@ -21,4 +21,3 @@ PASSWORD_INTERFACE(ICryptoGetTextPassword2, 0x11) }; #endif - |