summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-05 21:06:49 +0200
committerTao Bao <tbao@google.com>2017-10-05 21:46:18 +0200
commit0bf20d51336aef08850d0152a6e1501f4b733cf6 (patch)
tree457ff3c86c54dc30219977faeb23fa42022d1a5e /updater
parentMerge "graphics: add rotation logic" (diff)
downloadandroid_bootable_recovery-0bf20d51336aef08850d0152a6e1501f4b733cf6.tar
android_bootable_recovery-0bf20d51336aef08850d0152a6e1501f4b733cf6.tar.gz
android_bootable_recovery-0bf20d51336aef08850d0152a6e1501f4b733cf6.tar.bz2
android_bootable_recovery-0bf20d51336aef08850d0152a6e1501f4b733cf6.tar.lz
android_bootable_recovery-0bf20d51336aef08850d0152a6e1501f4b733cf6.tar.xz
android_bootable_recovery-0bf20d51336aef08850d0152a6e1501f4b733cf6.tar.zst
android_bootable_recovery-0bf20d51336aef08850d0152a6e1501f4b733cf6.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"