From e1764bbdf922f3d04fa1a2b57bb731571ba1ad10 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 5 Jun 2007 13:44:03 +0000 Subject: [PATCH] The rest of r14853. I changed mpi.h instead of mpi.h.in and then it obviously didn't get committed... This commit was SVN r14866. The following SVN revision numbers were found above: r14853 --> open-mpi/ompi@beb6dd192443327cb8a495e5289b739c22646b57 --- ompi/include/mpi.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/include/mpi.h.in b/ompi/include/mpi.h.in index 8ce535587a..7a71bb09d7 100644 --- a/ompi/include/mpi.h.in +++ b/ompi/include/mpi.h.in @@ -1786,7 +1786,7 @@ OMPI_DECLSPEC double PMPI_Wtime(void); */ #if !defined(OMPI_SKIP_MPICXX) && OMPI_WANT_CXX_BINDINGS && !OMPI_BUILDING #if defined(__cplusplus) || defined(c_plusplus) -#include "ompi/mpi/cxx/mpicxx.h" +#include "openmpi/ompi/mpi/cxx/mpicxx.h" #endif #endif