diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-11-02 12:26:05 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-11-02 12:26:05 +0000 |
| commit | d996e864418d0e0c8ab1af0aaa493c10026f6a5a (patch) | |
| tree | f791788a8ff3d80659e38dd82ed2744fbc1a8c05 /src | |
| parent | Added amsmath package (diff) | |
| download | inkscape-d996e864418d0e0c8ab1af0aaa493c10026f6a5a.tar.gz inkscape-d996e864418d0e0c8ab1af0aaa493c10026f6a5a.zip | |
Included stdexcept to fix compile error
(bzr r1884)
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/ucompose.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/ucompose.hpp b/src/util/ucompose.hpp index af5edbc85..b2b07814b 100644 --- a/src/util/ucompose.hpp +++ b/src/util/ucompose.hpp @@ -38,6 +38,7 @@ #include <glibmm/ustring.h> #include <glibmm/convert.h> +#include <stdexcept> #include <sstream> #include <string> #include <list> |
