summaryrefslogtreecommitdiffstats
path: root/updater/updater.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-06 16:51:47 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-06 16:51:47 +0200
commit3bc65953ab208aa318cc452d4de489e94fbb1428 (patch)
tree8ee15fecaf5d5f91521718c69ea7d9c0de79681c /updater/updater.cpp
parentMerge "vr_ui: drawing changes" am: 9a874a4e5f (diff)
parentMerge "Don't include "error_code.h" in edify/expr.h." (diff)
downloadandroid_bootable_recovery-3bc65953ab208aa318cc452d4de489e94fbb1428.tar
android_bootable_recovery-3bc65953ab208aa318cc452d4de489e94fbb1428.tar.gz
android_bootable_recovery-3bc65953ab208aa318cc452d4de489e94fbb1428.tar.bz2
android_bootable_recovery-3bc65953ab208aa318cc452d4de489e94fbb1428.tar.lz
android_bootable_recovery-3bc65953ab208aa318cc452d4de489e94fbb1428.tar.xz
android_bootable_recovery-3bc65953ab208aa318cc452d4de489e94fbb1428.tar.zst
android_bootable_recovery-3bc65953ab208aa318cc452d4de489e94fbb1428.zip
Diffstat (limited to 'updater/updater.cpp')
-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"