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

11 lines
260 B
C++

--- src/xmltokenizer.cpp.orig Wed Jul 23 04:14:53 2003
+++ src/xmltokenizer.cpp Wed Jul 23 04:29:18 2003
@@ -15,7 +15,7 @@
// needed includes
#include "xmlpp.h"
#include "xmltokenizer.h"
-
+#include <iostream>
// namespace declaration
namespace xmlpp {