summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-08-22 20:25:41 +0200
committerlouiz’ <louiz@louiz.org>2016-08-22 20:25:41 +0200
commit5e59cc517ff2c653d796bae01550e5d74b384fe6 (patch)
tree9878bf172cb2dc011b18ca9b7536f508253ac311
parent72af3e33ce2090b8aba8199698547c669682bcb3 (diff)
downloadbiboumi-5e59cc517ff2c653d796bae01550e5d74b384fe6.tar.gz
biboumi-5e59cc517ff2c653d796bae01550e5d74b384fe6.tar.bz2
biboumi-5e59cc517ff2c653d796bae01550e5d74b384fe6.tar.xz
biboumi-5e59cc517ff2c653d796bae01550e5d74b384fe6.zip
Add missing ctime include
-rw-r--r--louloulibs/xmpp/xmpp_component.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/louloulibs/xmpp/xmpp_component.hpp b/louloulibs/xmpp/xmpp_component.hpp
index 3a3b10b..ba097e5 100644
--- a/louloulibs/xmpp/xmpp_component.hpp
+++ b/louloulibs/xmpp/xmpp_component.hpp
@@ -9,6 +9,7 @@
#include <unordered_map>
#include <memory>
#include <string>
+#include <ctime>
#include <map>
#define STREAM_NS "http://etherx.jabber.org/streams"