diff options
author | Tao Bao <tbao@google.com> | 2017-10-06 16:47:04 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-06 16:47:04 +0200 |
commit | e196918f5451b48d1c62dc9ef1bb700aa5fe365d (patch) | |
tree | 8ee15fecaf5d5f91521718c69ea7d9c0de79681c /updater | |
parent | Merge "vr_ui: drawing changes" (diff) | |
parent | Merge "Don't include "error_code.h" in edify/expr.h." (diff) | |
download | android_bootable_recovery-e196918f5451b48d1c62dc9ef1bb700aa5fe365d.tar android_bootable_recovery-e196918f5451b48d1c62dc9ef1bb700aa5fe365d.tar.gz android_bootable_recovery-e196918f5451b48d1c62dc9ef1bb700aa5fe365d.tar.bz2 android_bootable_recovery-e196918f5451b48d1c62dc9ef1bb700aa5fe365d.tar.lz android_bootable_recovery-e196918f5451b48d1c62dc9ef1bb700aa5fe365d.tar.xz android_bootable_recovery-e196918f5451b48d1c62dc9ef1bb700aa5fe365d.tar.zst android_bootable_recovery-e196918f5451b48d1c62dc9ef1bb700aa5fe365d.zip |
Diffstat (limited to '')
-rw-r--r-- | updater/updater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp index e10174f71..309c309a5 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -31,6 +31,7 @@ #include <ziparchive/zip_archive.h> #include "edify/expr.h" +#include "error_code.h" #include "otafault/config.h" #include "otautil/DirUtil.h" #include "otautil/SysUtil.h" |