~singpolyma/biboumi

d1c6d64546f5b139ec7946696602be5fe9fca66e — Florent Le Coz 9 years ago feb77bb
Add missing stdexcept includes
M src/network/poller.cpp => src/network/poller.cpp +1 -0
@@ 6,6 6,7 @@

#include <cstring>
#include <iostream>
#include <stdexcept>

Poller::Poller()
{

M src/network/socket_handler.cpp => src/network/socket_handler.cpp +1 -0
@@ 6,6 6,7 @@
#include <logger/logger.hpp>
#include <sys/socket.h>
#include <sys/types.h>
#include <stdexcept>
#include <unistd.h>
#include <errno.h>
#include <cstring>

M src/utils/encoding.cpp => src/utils/encoding.cpp +2 -0
@@ 3,6 3,8 @@

#include <utils/scopeguard.hpp>

#include <stdexcept>

#include <assert.h>
#include <string.h>
#include <iconv.h>

M src/xmpp/xmpp_stanza.cpp => src/xmpp/xmpp_stanza.cpp +1 -0
@@ 2,6 2,7 @@

#include <utils/encoding.hpp>

#include <stdexcept>
#include <iostream>

#include <string.h>