summaryrefslogtreecommitdiffstats
path: root/applypatch/imgpatch.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-09 23:30:26 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 23:30:26 +0200
commit91a034974cf2d9f020d69598cfad45f13abd27c0 (patch)
treec0e7891b1bb6b43a7f7d91b44b946b57adf30fbb /applypatch/imgpatch.cpp
parentMerge "Don't include "error_code.h" in edify/expr.h." am: d999ced1d1 am: e196918f54 (diff)
parentMerge "applypatch: Forward declare struct Value." am: 7a3fc2de8e (diff)
downloadandroid_bootable_recovery-91a034974cf2d9f020d69598cfad45f13abd27c0.tar
android_bootable_recovery-91a034974cf2d9f020d69598cfad45f13abd27c0.tar.gz
android_bootable_recovery-91a034974cf2d9f020d69598cfad45f13abd27c0.tar.bz2
android_bootable_recovery-91a034974cf2d9f020d69598cfad45f13abd27c0.tar.lz
android_bootable_recovery-91a034974cf2d9f020d69598cfad45f13abd27c0.tar.xz
android_bootable_recovery-91a034974cf2d9f020d69598cfad45f13abd27c0.tar.zst
android_bootable_recovery-91a034974cf2d9f020d69598cfad45f13abd27c0.zip
Diffstat (limited to 'applypatch/imgpatch.cpp')
-rw-r--r--applypatch/imgpatch.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/applypatch/imgpatch.cpp b/applypatch/imgpatch.cpp
index df75f98d4..7a43ddbef 100644
--- a/applypatch/imgpatch.cpp
+++ b/applypatch/imgpatch.cpp
@@ -37,6 +37,8 @@
#include <openssl/sha.h>
#include <zlib.h>
+#include "edify/expr.h"
+
static inline int64_t Read8(const void *address) {
return android::base::get_unaligned<int64_t>(address);
}