From 9468fc0429cb076dc5ef7c4cda84f6efac3eb333 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Fri, 17 Mar 2017 00:57:37 -0700 Subject: Add the missing #include of . For the use of std::function and std::bind. They were relying on the transitive inclusion from . Test: mmma bootable/recovery Change-Id: Ia138e1cbdd035b11d6cdca9e16c5591303b6ee13 --- minui/events.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minui') 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 #include +#include + #include "minui/minui.h" #define MAX_DEVICES 16 -- cgit v1.2.3