Add missing stdexcept includes
4 files changed, 5 insertions(+), 0 deletions(-) M src/network/poller.cpp M src/network/socket_handler.cpp M src/utils/encoding.cpp M src/xmpp/xmpp_stanza.cpp
M src/network/poller.cpp => src/network/poller.cpp +1 -0
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