summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-06-28 18:38:08 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-06-28 18:38:50 +0200
commit48ed47207cabe98ad7720048f03b7b09f5cf24cb (patch)
tree37dea0fceb3ba6e7834a71f4a669a478cd725f22 /src/utils
parent6f181acc6549c2a963cfa65e4b5eabf089522369 (diff)
downloadbiboumi-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')
-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>