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/7zip/Archive/Cab/CabBlockInStream.cpp')
-rwxr-xr-xCPP/7zip/Archive/Cab/CabBlockInStream.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/CPP/7zip/Archive/Cab/CabBlockInStream.cpp b/CPP/7zip/Archive/Cab/CabBlockInStream.cpp
index b775c105..570ce058 100755
--- a/CPP/7zip/Archive/Cab/CabBlockInStream.cpp
+++ b/CPP/7zip/Archive/Cab/CabBlockInStream.cpp
@@ -2,7 +2,11 @@
#include "StdAfx.h"
-#include "Common/Alloc.h"
+extern "C"
+{
+#include "../../../../C/Alloc.h"
+}
+
#include "Common/Defs.h"
#include "../../Common/StreamUtils.h"