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

--- MPI-2-C++/contrib/examples/pi.cc.orig	2003-12-02 23:11:55.000000000 -0500
+++ MPI-2-C++/contrib/examples/pi.cc	2003-12-02 23:12:15.000000000 -0500
@@ -28,9 +28,11 @@
 //
 
 #include <math.h>
-#include <iostream.h>
+#include <iostream>
 #include "mpi++.h"
 
+using namespace std;
+
 int
 main(int argc, char *argv[])
 {
