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/CommandLineParser.h')
-rwxr-xr-xCPP/Common/CommandLineParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/CommandLineParser.h b/CPP/Common/CommandLineParser.h
index f59d8e4c..af698db8 100755
--- a/CPP/Common/CommandLineParser.h
+++ b/CPP/Common/CommandLineParser.h
@@ -3,7 +3,7 @@
#ifndef __COMMON_COMMANDLINEPARSER_H
#define __COMMON_COMMANDLINEPARSER_H
-#include "String.h"
+#include "Common/String.h"
namespace NCommandLineParser {