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:
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user