~singpolyma/biboumi

7403c397edb14ba93d014ab10e13a97c817ff0b5 — louiz’ 6 years ago 442f46c
Correctly include the database header
1 files changed, 1 insertions(+), 1 deletions(-)

M src/xmpp/xmpp_component.cpp
M src/xmpp/xmpp_component.cpp => src/xmpp/xmpp_component.cpp +1 -1
@@ 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;