mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ptscotchDecomp.C: include mpi.h as a system header
This commit is contained in:
@ -122,7 +122,7 @@ License
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "mpi.h"
|
#include <mpi.h>
|
||||||
#include "ptscotch.h"
|
#include "ptscotch.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user