freebsd-ports/textproc/xmlpp/files/patch-src::xmlpp.cpp
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

16 lines
295 B
C++

--- ./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 <iostream>
+using std::cout;
+using std::cerr;
+using std::endl;
+using std::ifstream;
+using std::ofstream;
+
namespace xmlpp {
// internal use for saving