diff options
Diffstat (limited to 'parallel/mpi-ch/patches/patch-az')
-rw-r--r-- | parallel/mpi-ch/patches/patch-az | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/parallel/mpi-ch/patches/patch-az b/parallel/mpi-ch/patches/patch-az new file mode 100644 index 00000000000..af7e49c40fc --- /dev/null +++ b/parallel/mpi-ch/patches/patch-az @@ -0,0 +1,17 @@ +$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[]) + { |