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 '7zip/Compress/Branch/BranchARM.h')
-rwxr-xr-x7zip/Compress/Branch/BranchARM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Compress/Branch/BranchARM.h b/7zip/Compress/Branch/BranchARM.h
index 5140a178..02eb1b47 100755
--- a/7zip/Compress/Branch/BranchARM.h
+++ b/7zip/Compress/Branch/BranchARM.h
@@ -3,7 +3,7 @@
#ifndef __BRANCH_ARM_H
#define __BRANCH_ARM_H
-#include "Common/Types.h"
+#include "BranchTypes.h"
UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);