ports/textproc/xmlpp/files/patch-src::xmlcommon.h
Sergey A. Osokin 968a91ee79 Fix building under ${OSVERSION} >= 500113
Submitted by:	Simon Barner <barner@in.tum.de>
2003-07-24 15:51:39 +00:00

11 lines
264 B
C++

--- src/xmlcommon.h.orig Wed Jul 23 04:10:04 2003
+++ src/xmlcommon.h Wed Jul 23 04:12:03 2003
@@ -20,6 +20,8 @@
//! dummy define
#define XMLPP_API
+
+using std::string;
//! handle to a tagname string in a tagname map
typedef int xmltagnamehandle;