summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-bb
blob: b14f5de67bf4a602bd823d32bff9fd4df1a746f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-bb,v 1.1 2003/12/03 21:06:17 jschauma Exp $

--- MPI-2-C++/contrib/examples/topology.cc.orig	2003-12-02 23:07:49.000000000 -0500
+++ MPI-2-C++/contrib/examples/topology.cc	2003-12-02 23:08:04.000000000 -0500
@@ -27,10 +27,12 @@
 // Additional copyrights may follow.
 //
 
-#include <iostream.h> 
+#include <iostream> 
 #include <mpi++.h>
 #include <assert.h>
 
+using namespace std;
+
 void cartesian();
 void graph();