diff options
author | louiz’ <louiz@louiz.org> | 2016-08-29 19:20:27 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-08-29 19:20:27 +0200 |
commit | 9727f4cf00e85e90f89c9b5443ec035c44d4c3f6 (patch) | |
tree | 0363e5cb31b2ce1c7a949cb62ebda5d888a66897 | |
parent | aae2d5127b6f4585d05c77d9d0618c1ada755726 (diff) | |
download | biboumi-9727f4cf00e85e90f89c9b5443ec035c44d4c3f6.tar.gz biboumi-9727f4cf00e85e90f89c9b5443ec035c44d4c3f6.tar.bz2 biboumi-9727f4cf00e85e90f89c9b5443ec035c44d4c3f6.tar.xz biboumi-9727f4cf00e85e90f89c9b5443ec035c44d4c3f6.zip |
Add the missing includes back
-rw-r--r-- | louloulibs/xmpp/xmpp_component.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/louloulibs/xmpp/xmpp_component.cpp b/louloulibs/xmpp/xmpp_component.cpp index 5db857c..f437a15 100644 --- a/louloulibs/xmpp/xmpp_component.cpp +++ b/louloulibs/xmpp/xmpp_component.cpp @@ -9,8 +9,21 @@ #include <utils/sha1.hpp> #include <utils/time.hpp> +#include <stdexcept> +#include <iostream> +#include <set> + +#include <stdio.h> #include <uuid.h> +#include <cstdlib> +#include <set> + +#include <louloulibs.h> +#ifdef SYSTEMD_FOUND +# include <systemd/sd-daemon.h> +#endif + using namespace std::string_literals; static std::set<std::string> kickable_errors{ |