summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-06 16:57:00 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-06 16:57:00 +0200
commit622253f29f7ad47f619cc41a09a75bc370c2fae7 (patch)
tree7ff9f901bef1387e07f58c6cdf3415a1a6f70618 /updater
parentMerge "vr_ui: drawing changes" am: 9a874a4e5f am: 3b3f2f5711 (diff)
parentMerge "Don't include "error_code.h" in edify/expr.h." am: d999ced1d1 (diff)
downloadandroid_bootable_recovery-622253f29f7ad47f619cc41a09a75bc370c2fae7.tar
android_bootable_recovery-622253f29f7ad47f619cc41a09a75bc370c2fae7.tar.gz
android_bootable_recovery-622253f29f7ad47f619cc41a09a75bc370c2fae7.tar.bz2
android_bootable_recovery-622253f29f7ad47f619cc41a09a75bc370c2fae7.tar.lz
android_bootable_recovery-622253f29f7ad47f619cc41a09a75bc370c2fae7.tar.xz
android_bootable_recovery-622253f29f7ad47f619cc41a09a75bc370c2fae7.tar.zst
android_bootable_recovery-622253f29f7ad47f619cc41a09a75bc370c2fae7.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"