~singpolyma/biboumi

75778f418751bf06687ccc99454683bb43a9daf0 — louiz’ 6 years ago 91f768a
Add some missing includes
M louloulibs/network/resolver.cpp => louloulibs/network/resolver.cpp +2 -0
@@ 2,6 2,8 @@
#include <network/resolver.hpp>
#include <string.h>
#include <arpa/inet.h>
#include <netinet/in.h>

#include <cstdlib>

using namespace std::string_literals;

M louloulibs/utils/encoding.cpp => louloulibs/utils/encoding.cpp +1 -0
@@ 7,6 7,7 @@
#include <assert.h>
#include <string.h>
#include <iconv.h>
#include <cerrno>

#include <map>
#include <bitset>

M src/identd/identd_socket.cpp => src/identd/identd_socket.cpp +1 -0
@@ 1,6 1,7 @@
#include <identd/identd_socket.hpp>
#include <identd/identd_server.hpp>
#include <xmpp/biboumi_component.hpp>
#include <sstream>
#include <iomanip>

#include <utils/sha1.hpp>

M src/xmpp/biboumi_adhoc_commands.cpp => src/xmpp/biboumi_adhoc_commands.cpp +1 -0
@@ 7,6 7,7 @@
#include <utils/split.hpp>
#include <xmpp/jid.hpp>
#include <algorithm>
#include <sstream>
#include <iomanip>

#include <biboumi.h>