diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-02-24 21:03:51 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-02-24 21:03:51 +0100 |
commit | f6029d5bcf9f529d72e0846661f555e189669b26 (patch) | |
tree | 42e8432115e82d924d2f8b672a70651ee8c4e0dd /src/xmpp | |
parent | 5f82c93754037ecbbe8f3632dc3a5f88071415fc (diff) | |
download | biboumi-f6029d5bcf9f529d72e0846661f555e189669b26.tar.gz biboumi-f6029d5bcf9f529d72e0846661f555e189669b26.tar.bz2 biboumi-f6029d5bcf9f529d72e0846661f555e189669b26.tar.xz biboumi-f6029d5bcf9f529d72e0846661f555e189669b26.zip |
Add missing stdexcept includes
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/xmpp_component.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp_component.cpp b/src/xmpp/xmpp_component.cpp index c39585d..9b73626 100644 --- a/src/xmpp/xmpp_component.cpp +++ b/src/xmpp/xmpp_component.cpp @@ -6,6 +6,7 @@ #include <utils/sha1.hpp> +#include <stdexcept> #include <iostream> #include <stdio.h> |