diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-06-28 18:38:08 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-06-28 18:38:50 +0200 |
commit | 48ed47207cabe98ad7720048f03b7b09f5cf24cb (patch) | |
tree | 37dea0fceb3ba6e7834a71f4a669a478cd725f22 /src/utils/timed_events.hpp | |
parent | 6f181acc6549c2a963cfa65e4b5eabf089522369 (diff) | |
download | biboumi-48ed47207cabe98ad7720048f03b7b09f5cf24cb.tar.gz biboumi-48ed47207cabe98ad7720048f03b7b09f5cf24cb.tar.bz2 biboumi-48ed47207cabe98ad7720048f03b7b09f5cf24cb.tar.xz biboumi-48ed47207cabe98ad7720048f03b7b09f5cf24cb.zip |
Add missing <string> include in timed_events.hpp
fix #2552
Diffstat (limited to 'src/utils/timed_events.hpp')
-rw-r--r-- | src/utils/timed_events.hpp | 1 |
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> |