summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/mpi-ch/patches/patch-bb')
-rw-r--r--parallel/mpi-ch/patches/patch-bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/parallel/mpi-ch/patches/patch-bb b/parallel/mpi-ch/patches/patch-bb
new file mode 100644
index 00000000000..b14f5de67bf
--- /dev/null
+++ b/parallel/mpi-ch/patches/patch-bb
@@ -0,0 +1,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();
+