Stop defaulting in xercesc namespace.
[shibboleth/cpp-opensaml.git] / saml / internal.h
index 21df6fd..3999273 100644 (file)
@@ -41,6 +41,8 @@
 
 #include <limits.h>
 
+using namespace xercesc;
+
 // C99 defines LLONG_MIN, LLONG_MAX and ULLONG_MAX, but this part of
 // C99 is not yet included into the C++ standard.
 // GCC defines LONG_LONG_MIN, LONG_LONG_MAX and ULONG_LONG_MAX.