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/utils | |
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/utils')
-rw-r--r-- | src/utils/encoding.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/encoding.cpp b/src/utils/encoding.cpp index 76d1922..fa4958b 100644 --- a/src/utils/encoding.cpp +++ b/src/utils/encoding.cpp @@ -3,6 +3,8 @@ #include <utils/scopeguard.hpp> +#include <stdexcept> + #include <assert.h> #include <string.h> #include <iconv.h> |