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/Shell.h')
-rw-r--r--[-rwxr-xr-x]CPP/Windows/Shell.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/CPP/Windows/Shell.h b/CPP/Windows/Shell.h
index d2b39acf..4bff18cf 100755..100644
--- a/CPP/Windows/Shell.h
+++ b/CPP/Windows/Shell.h
@@ -6,8 +6,9 @@
#include <windows.h>
#include <shlobj.h>
-#include "Common/MyString.h"
-#include "Windows/Defs.h"
+#include "../Common/MyString.h"
+
+#include "Defs.h"
namespace NWindows{
namespace NShell{