diff options
author | Tao Bao <tbao@google.com> | 2017-03-17 16:35:54 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-03-17 16:35:54 +0100 |
commit | dd553d280f3dabf8b2bd01d63111206d4ccb098c (patch) | |
tree | fdbabd6f5d3db047c9b773a47880f3b25adf8fba | |
parent | Merge "More cleanup to imgdiff & imgpatch" (diff) | |
parent | Add the missing #include of <functional>. (diff) | |
download | android_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 '')
-rw-r--r-- | minui/events.cpp | 2 | ||||
-rw-r--r-- | ui.cpp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/minui/events.cpp b/minui/events.cpp index fa44033d2..0e1fd44a0 100644 --- a/minui/events.cpp +++ b/minui/events.cpp @@ -24,6 +24,8 @@ #include <sys/ioctl.h> #include <unistd.h> +#include <functional> + #include "minui/minui.h" #define MAX_DEVICES 16 @@ -30,6 +30,7 @@ #include <time.h> #include <unistd.h> +#include <functional> #include <string> #include <android-base/file.h> |