diff options
author | Tao Bao <tbao@google.com> | 2017-03-17 16:49:18 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-03-17 16:49:18 +0100 |
commit | 26d00e87f997434e3106add31143ff19d1586f75 (patch) | |
tree | 744a199659d63576263bff9ae3d63fd748e45384 /minui | |
parent | Merge "More cleanup to imgdiff & imgpatch" am: 3541934ff5 (diff) | |
parent | Merge "Add the missing #include of <functional>." (diff) | |
download | android_bootable_recovery-26d00e87f997434e3106add31143ff19d1586f75.tar android_bootable_recovery-26d00e87f997434e3106add31143ff19d1586f75.tar.gz android_bootable_recovery-26d00e87f997434e3106add31143ff19d1586f75.tar.bz2 android_bootable_recovery-26d00e87f997434e3106add31143ff19d1586f75.tar.lz android_bootable_recovery-26d00e87f997434e3106add31143ff19d1586f75.tar.xz android_bootable_recovery-26d00e87f997434e3106add31143ff19d1586f75.tar.zst android_bootable_recovery-26d00e87f997434e3106add31143ff19d1586f75.zip |
Diffstat (limited to '')
-rw-r--r-- | minui/events.cpp | 2 |
1 files changed, 2 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 |