From ecb6bb66b9320733594c064f976ef965f7025566 Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Sun, 19 Jul 2015 14:14:36 +0100 Subject: [PATCH] ptscotchDecomp.C: include mpi.h as a system header --- src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C index 31cef4111d8..29f1f6b09a6 100644 --- a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C +++ b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C @@ -121,9 +121,9 @@ License extern "C" { -#include <stdio.h> -#include "mpi.h" -#include "ptscotch.h" + #include <stdio.h> + #include <mpi.h> + #include "ptscotch.h" } -- GitLab