Add missing ctime include
1 files changed, 1 insertions(+), 0 deletions(-) M louloulibs/xmpp/xmpp_component.hpp
M louloulibs/xmpp/xmpp_component.hpp => louloulibs/xmpp/xmpp_component.hpp +1 -0
@@ 9,6 9,7 @@ #include <unordered_map> #include <memory> #include <string> +#include <ctime> #include <map> #define STREAM_NS "http://etherx.jabber.org/streams"