From 4c7c9ba81f11a05f55109994c002331b3663fd2d Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Mon, 8 Mar 2010 12:43:29 +0000 Subject: [PATCH] missing include --- Solver/dgRungeKutta.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Solver/dgRungeKutta.cpp b/Solver/dgRungeKutta.cpp index 63e07b2e34..9786dfff95 100644 --- a/Solver/dgRungeKutta.cpp +++ b/Solver/dgRungeKutta.cpp @@ -9,6 +9,9 @@ #include "dgGroupOfElements.h" #include <limits.h> #include <stdio.h> +#ifdef HAVE_MPI +#include "mpi.h" +#endif double dgRungeKutta::iterateEuler(const dgConservationLaw *claw, double dt, dgDofContainer *solution) { double A[] = {0}; -- GitLab