summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/timed_events.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/timed_events.hpp b/src/utils/timed_events.hpp
index aafe532..4e2800c 100644
--- a/src/utils/timed_events.hpp
+++ b/src/utils/timed_events.hpp
@@ -2,6 +2,7 @@
# define TIMED_EVENTS_HPP
#include <functional>
+#include <string>
#include <chrono>
#include <list>