diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-11 23:27:16 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-11 23:27:16 +0800 |
commit | 86e776eaebf7c45a269001ca7da0dfafba069d0a (patch) | |
tree | 64c0544d9839562a6fc6d08ea00682a94c5d222b /src/ui/routed_event_dispatch.hpp | |
parent | 99a322a6badf5b6d95be4944e80d92fc1cb2589e (diff) | |
download | cru-86e776eaebf7c45a269001ca7da0dfafba069d0a.tar.gz cru-86e776eaebf7c45a269001ca7da0dfafba069d0a.tar.bz2 cru-86e776eaebf7c45a269001ca7da0dfafba069d0a.zip |
...
Diffstat (limited to 'src/ui/routed_event_dispatch.hpp')
-rw-r--r-- | src/ui/routed_event_dispatch.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/routed_event_dispatch.hpp b/src/ui/routed_event_dispatch.hpp index e9430676..83702005 100644 --- a/src/ui/routed_event_dispatch.hpp +++ b/src/ui/routed_event_dispatch.hpp @@ -1,6 +1,8 @@ #pragma once #include "cru/ui/control.hpp" +#include <list> + namespace cru::ui { // Dispatch the event. // |