Code

forgot #include <vector>
authorishmal <ishmal@users.sourceforge.net>
Fri, 30 Mar 2007 02:29:06 +0000 (02:29 +0000)
committerishmal <ishmal@users.sourceforge.net>
Fri, 30 Mar 2007 02:29:06 +0000 (02:29 +0000)
src/dom/domconfig.h
src/dom/uri.cpp

index 41dce7a10756e3f08f2d0414b581e5a327f8b6b4..120d7a218e8dcf6f6cf6ae1695eb9465f18a1aae 100644 (file)
  * 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
index 1747f42f92363bfb46048b45aca722a118317a5d..9eff6b8b0c0142f396f415b67b4e84d2efef8041 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <stdio.h>
 #include <stdarg.h>
-
+#include <vector>
 
 
 namespace org