Add missing <string> include in timed_events.hpp fix #2552
1 files changed, 1 insertions(+), 0 deletions(-) M src/utils/timed_events.hpp
M src/utils/timed_events.hpp => src/utils/timed_events.hpp +1 -0
@@ 2,6 2,7 @@ # define TIMED_EVENTS_HPP #include <functional> +#include <string> #include <chrono> #include <list>