summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_stanza.cpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-01-13 20:19:10 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-01-13 20:19:10 +0100
commitd1c6d64546f5b139ec7946696602be5fe9fca66e (patch)
tree3e5f1c6b3a8ee706f2c2d09d6e0a6a766849d534 /src/xmpp/xmpp_stanza.cpp
parentfeb77bbdadf6658e9dfdd7c7eac05850ea5fa7b8 (diff)
downloadbiboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.gz
biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.bz2
biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.xz
biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.zip
Add missing stdexcept includes
Diffstat (limited to 'src/xmpp/xmpp_stanza.cpp')
-rw-r--r--src/xmpp/xmpp_stanza.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp_stanza.cpp b/src/xmpp/xmpp_stanza.cpp
index b6f5a23..23b2d25 100644
--- a/src/xmpp/xmpp_stanza.cpp
+++ b/src/xmpp/xmpp_stanza.cpp
@@ -2,6 +2,7 @@
#include <utils/encoding.hpp>
+#include <stdexcept>
#include <iostream>
#include <string.h>