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

10 lines
215 B
C++

--- test/nodetest.cpp.orig Wed Jul 23 04:18:02 2003
+++ test/nodetest.cpp Wed Jul 23 04:19:01 2003
@@ -5,6 +5,7 @@
*/
#include <fstream>
+#include <iostream>
#include "xmlpp.h"
using namespace xmlpp;