mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
968a91ee79
Submitted by: Simon Barner <barner@in.tum.de>
11 lines
215 B
C++
11 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;
|