diff options
Diffstat (limited to 'textproc/xmlpp/files/patch-test::nodetest.cpp')
-rw-r--r-- | textproc/xmlpp/files/patch-test::nodetest.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/xmlpp/files/patch-test::nodetest.cpp b/textproc/xmlpp/files/patch-test::nodetest.cpp new file mode 100644 index 000000000000..4d76d88a3f34 --- /dev/null +++ b/textproc/xmlpp/files/patch-test::nodetest.cpp @@ -0,0 +1,10 @@ +--- 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;
|