From: ishmal Date: Fri, 30 Mar 2007 02:29:06 +0000 (+0000) Subject: forgot #include X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=63c405f42bd692a13ec85c8e3e5f5426820e2941;p=inkscape.git forgot #include --- diff --git a/src/dom/domconfig.h b/src/dom/domconfig.h index 41dce7a10..120d7a218 100644 --- a/src/dom/domconfig.h +++ b/src/dom/domconfig.h @@ -37,13 +37,11 @@ * or GlibMM's Glib::ustring. If neither one is defined, then DOMString * is defined as stdc++'s std::string. */ -#define DOM_STRING_GLIBMM +//#define DOM_STRING_GLIBMM //#define DOM_STRING_OWN - - #endif /* __DOMCONFIG_H__ */ /*######################################################################### ## E N D O F F I L E diff --git a/src/dom/uri.cpp b/src/dom/uri.cpp index 1747f42f9..9eff6b8b0 100644 --- a/src/dom/uri.cpp +++ b/src/dom/uri.cpp @@ -35,7 +35,7 @@ #include #include - +#include namespace org