diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.h')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.h b/3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.h index 5dcda5b63ee..4099e655898 100644 --- a/3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.h +++ b/3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.h @@ -3,7 +3,7 @@ #ifndef __TEMP_FILES_H #define __TEMP_FILES_H -#include "Common/MyString.h" +#include "../../../Common/MyString.h" class CTempFiles { |