~singpolyma/biboumi

48ed47207cabe98ad7720048f03b7b09f5cf24cb — Florent Le Coz 10 years ago 6f181ac
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>