commit | 601b972230f651b0b9d7d62d08e9fe8ac54c5577 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Thu Jun 18 14:33:43 2020 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Thu Jun 18 14:33:43 2020 -0700 |
tree | f0c4ce8bc115a4e488f71e8c63f96e5603bd8d40 | |
parent | 7f99e47605841695c936747bb15d628369c869a9 [diff] [blame] |
Add missing #include Change-Id: I437664b4c1ff2a221093377bfd2a76cab13d5aed
diff --git a/aos/events/simulated_event_loop.h b/aos/events/simulated_event_loop.h index 7718cfb..c8029de 100644 --- a/aos/events/simulated_event_loop.h +++ b/aos/events/simulated_event_loop.h
@@ -2,6 +2,7 @@ #define AOS_EVENTS_SIMULATED_EVENT_LOOP_H_ #include <algorithm> +#include <functional> #include <map> #include <memory> #include <string_view>