diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-01-13 20:19:10 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-01-13 20:19:10 +0100 |
commit | d1c6d64546f5b139ec7946696602be5fe9fca66e (patch) | |
tree | 3e5f1c6b3a8ee706f2c2d09d6e0a6a766849d534 /src/xmpp | |
parent | feb77bbdadf6658e9dfdd7c7eac05850ea5fa7b8 (diff) | |
download | biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.gz biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.bz2 biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.xz biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.zip |
Add missing stdexcept includes
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/xmpp_stanza.cpp | 1 |
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> |