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