$NetBSD: patch-az,v 1.1 2003/12/03 21:06:17 jschauma Exp $

--- ./MPI-2-C++/contrib/examples/hello_world.cc.orig	2003-12-02 22:56:44.000000000 -0500
+++ ./MPI-2-C++/contrib/examples/hello_world.cc	2003-12-02 22:57:04.000000000 -0500
@@ -27,9 +27,11 @@
 // Additional copyrights may follow.
 //
 
-#include <iostream.h>
+#include <iostream>
 #include "mpi++.h"
 
+using namespace std;
+
 int
 main(int argc, char *argv[])
 {
