From 968a91ee79bf95e8cc0a43f89f5a2207982b105e Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Thu, 24 Jul 2003 15:51:39 +0000 Subject: Fix building under ${OSVERSION} >= 500113 Submitted by: Simon Barner --- textproc/xmlpp/files/patch-src::xmlpp.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 textproc/xmlpp/files/patch-src::xmlpp.cpp (limited to 'textproc/xmlpp/files/patch-src::xmlpp.cpp') diff --git a/textproc/xmlpp/files/patch-src::xmlpp.cpp b/textproc/xmlpp/files/patch-src::xmlpp.cpp new file mode 100644 index 000000000000..366a1d4cbbb8 --- /dev/null +++ b/textproc/xmlpp/files/patch-src::xmlpp.cpp @@ -0,0 +1,15 @@ +--- ./src/xmlpp.cpp.orig Wed Jul 23 04:12:52 2003 ++++ ./src/xmlpp.cpp Wed Jul 23 04:13:52 2003 +@@ -21,6 +21,12 @@ + //debug + #include + ++using std::cout; ++using std::cerr; ++using std::endl; ++using std::ifstream; ++using std::ofstream; ++ + namespace xmlpp { + + // internal use for saving -- cgit v1.2.3