diff options
author | louiz’ <louiz@louiz.org> | 2018-01-28 14:20:21 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-01-28 14:20:21 +0100 |
commit | 7403c397edb14ba93d014ab10e13a97c817ff0b5 (patch) | |
tree | a48ab86422714fb3751995092a3d54c4c458442f | |
parent | 442f46c4acf728e7a189327598a0ea3d33010d82 (diff) | |
download | biboumi-7403c397edb14ba93d014ab10e13a97c817ff0b5.tar.gz biboumi-7403c397edb14ba93d014ab10e13a97c817ff0b5.tar.bz2 biboumi-7403c397edb14ba93d014ab10e13a97c817ff0b5.tar.xz biboumi-7403c397edb14ba93d014ab10e13a97c817ff0b5.zip |
Correctly include the database header
-rw-r--r-- | src/xmpp/xmpp_component.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp_component.cpp b/src/xmpp/xmpp_component.cpp index 053fc3e..88baf6e 100644 --- a/src/xmpp/xmpp_component.cpp +++ b/src/xmpp/xmpp_component.cpp @@ -4,6 +4,7 @@ #include <logger/logger.hpp> #include <xmpp/xmpp_component.hpp> +#include <database/database.hpp> #include <config/config.hpp> #include <utils/system.hpp> #include <utils/time.hpp> @@ -22,7 +23,6 @@ #include <biboumi.h> #ifdef SYSTEMD_FOUND # include <systemd/sd-daemon.h> -#include <database/database.hpp> #endif using namespace std::string_literals; |