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/Windows/FileIO.cpp')
-rwxr-xr-xCPP/Windows/FileIO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/FileIO.cpp b/CPP/Windows/FileIO.cpp
index b5f7593c..adfbec3d 100755
--- a/CPP/Windows/FileIO.cpp
+++ b/CPP/Windows/FileIO.cpp
@@ -5,7 +5,7 @@
#include "FileIO.h"
#include "Defs.h"
#ifdef WIN_LONG_PATH
-#include "../Common/String.h"
+#include "../Common/MyString.h"
#endif
#ifndef _UNICODE
#include "../Common/StringConvert.h"