summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-06 16:37:21 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-06 16:37:21 +0200
commitd999ced1d119d78645e1b458dfc3574729d5ac20 (patch)
treebea09e79cd5bd6d853d3e8b16fbc17a0f04508fb /updater
parentMerge "vr_ui: drawing changes" (diff)
parentDon't include "error_code.h" in edify/expr.h. (diff)
downloadandroid_bootable_recovery-d999ced1d119d78645e1b458dfc3574729d5ac20.tar
android_bootable_recovery-d999ced1d119d78645e1b458dfc3574729d5ac20.tar.gz
android_bootable_recovery-d999ced1d119d78645e1b458dfc3574729d5ac20.tar.bz2
android_bootable_recovery-d999ced1d119d78645e1b458dfc3574729d5ac20.tar.lz
android_bootable_recovery-d999ced1d119d78645e1b458dfc3574729d5ac20.tar.xz
android_bootable_recovery-d999ced1d119d78645e1b458dfc3574729d5ac20.tar.zst
android_bootable_recovery-d999ced1d119d78645e1b458dfc3574729d5ac20.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"