From b393d8ab86633c52fb2b9ead20a4842392ad1758 Mon Sep 17 00:00:00 2001 From: Alberto Massari <amassari@apache.org> Date: Mon, 16 Oct 2006 17:39:38 +0000 Subject: [PATCH] The previous version of PSVIUni.hpp had a XERCES_CPP_NAMESPACE_USE that is needed git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@464581 13f79535-47bb-0310-9956-ffa450edef68 --- swig/interfaces/includes.i | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swig/interfaces/includes.i b/swig/interfaces/includes.i index 7ec0537f1..b5f685b0e 100644 --- a/swig/interfaces/includes.i +++ b/swig/interfaces/includes.i @@ -60,5 +60,8 @@ #include "xercesc/validators/schema/SchemaAttDef.hpp" #include "xercesc/util/PSVIUni.hpp" + +XERCES_CPP_NAMESPACE_USE + %} -- GitLab