diff options
author | louiz’ <louiz@louiz.org> | 2016-08-22 20:25:41 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-08-22 20:25:41 +0200 |
commit | 5e59cc517ff2c653d796bae01550e5d74b384fe6 (patch) | |
tree | 9878bf172cb2dc011b18ca9b7536f508253ac311 /louloulibs/xmpp | |
parent | 72af3e33ce2090b8aba8199698547c669682bcb3 (diff) | |
download | biboumi-5e59cc517ff2c653d796bae01550e5d74b384fe6.tar.gz biboumi-5e59cc517ff2c653d796bae01550e5d74b384fe6.tar.bz2 biboumi-5e59cc517ff2c653d796bae01550e5d74b384fe6.tar.xz biboumi-5e59cc517ff2c653d796bae01550e5d74b384fe6.zip |
Add missing ctime include
Diffstat (limited to 'louloulibs/xmpp')
-rw-r--r-- | louloulibs/xmpp/xmpp_component.hpp | 1 |
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" |