From 2ae2423f5d34634ef81810252f3d463b6c6a5a31 Mon Sep 17 00:00:00 2001 From: Henry Weller 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 31cef4111..29f1f6b09 100644 --- a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C +++ b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C @@ -121,9 +121,9 @@ License extern "C" { -#include -#include "mpi.h" -#include "ptscotch.h" + #include + #include + #include "ptscotch.h" }