summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-06 17:06:06 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-06 17:06:06 +0200
commit2bf82666c3ebe0609515e02281597925c3cee44f (patch)
tree859affca35020cf3177db3ba5c80577530984ffc /updater
parentMerge "vr_ui: drawing changes" am: 9a874a4e5f am: 3b3f2f5711 am: 0a5e39f180 (diff)
parentMerge "Don't include "error_code.h" in edify/expr.h." am: d999ced1d1 am: e196918f54 (diff)
downloadandroid_bootable_recovery-2bf82666c3ebe0609515e02281597925c3cee44f.tar
android_bootable_recovery-2bf82666c3ebe0609515e02281597925c3cee44f.tar.gz
android_bootable_recovery-2bf82666c3ebe0609515e02281597925c3cee44f.tar.bz2
android_bootable_recovery-2bf82666c3ebe0609515e02281597925c3cee44f.tar.lz
android_bootable_recovery-2bf82666c3ebe0609515e02281597925c3cee44f.tar.xz
android_bootable_recovery-2bf82666c3ebe0609515e02281597925c3cee44f.tar.zst
android_bootable_recovery-2bf82666c3ebe0609515e02281597925c3cee44f.zip
Diffstat (limited to 'updater')
-rw-r--r--updater/updater.cpp1
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"