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/Common/Wildcard.h')
-rwxr-xr-xCPP/Common/Wildcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/Wildcard.h b/CPP/Common/Wildcard.h
index 82d2bbd2..55c9744e 100755
--- a/CPP/Common/Wildcard.h
+++ b/CPP/Common/Wildcard.h
@@ -3,7 +3,7 @@
#ifndef __COMMON_WILDCARD_H
#define __COMMON_WILDCARD_H
-#include "Common/String.h"
+#include "MyString.h"
void SplitPathToParts(const UString &path, UStringVector &pathParts);
void SplitPathToParts(const UString &path, UString &dirPrefix, UString &name);