summaryrefslogtreecommitdiffstats
path: root/ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-17 16:35:54 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-17 16:35:54 +0100
commitdd553d280f3dabf8b2bd01d63111206d4ccb098c (patch)
treefdbabd6f5d3db047c9b773a47880f3b25adf8fba /ui.cpp
parentMerge "More cleanup to imgdiff & imgpatch" (diff)
parentAdd the missing #include of <functional>. (diff)
downloadandroid_bootable_recovery-dd553d280f3dabf8b2bd01d63111206d4ccb098c.tar
android_bootable_recovery-dd553d280f3dabf8b2bd01d63111206d4ccb098c.tar.gz
android_bootable_recovery-dd553d280f3dabf8b2bd01d63111206d4ccb098c.tar.bz2
android_bootable_recovery-dd553d280f3dabf8b2bd01d63111206d4ccb098c.tar.lz
android_bootable_recovery-dd553d280f3dabf8b2bd01d63111206d4ccb098c.tar.xz
android_bootable_recovery-dd553d280f3dabf8b2bd01d63111206d4ccb098c.tar.zst
android_bootable_recovery-dd553d280f3dabf8b2bd01d63111206d4ccb098c.zip
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.cpp b/ui.cpp
index 3ecd6d125..a796461c8 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -30,6 +30,7 @@
#include <time.h>
#include <unistd.h>
+#include <functional>
#include <string>
#include <android-base/file.h>