summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2006-11-02 12:26:05 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2006-11-02 12:26:05 +0000
commitd996e864418d0e0c8ab1af0aaa493c10026f6a5a (patch)
treef791788a8ff3d80659e38dd82ed2744fbc1a8c05 /src
parentAdded amsmath package (diff)
downloadinkscape-d996e864418d0e0c8ab1af0aaa493c10026f6a5a.tar.gz
inkscape-d996e864418d0e0c8ab1af0aaa493c10026f6a5a.zip
Included stdexcept to fix compile error
(bzr r1884)
Diffstat (limited to 'src')
-rw-r--r--src/util/ucompose.hpp1
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>