ptscotchDecomp.C: include mpi.h as a system header

This commit is contained in:
Henry Weller
2015-07-19 14:14:36 +01:00
parent e81e6155db
commit ecb6bb66b9

View File

@ -121,9 +121,9 @@ License
extern "C" extern "C"
{ {
#include <stdio.h> #include <stdio.h>
#include "mpi.h" #include <mpi.h>
#include "ptscotch.h" #include "ptscotch.h"
} }