From 38ecfa2ca43293221d6b0b064d3c5274a125395d Mon Sep 17 00:00:00 2001 From: Christoph Rettinger <christoph.rettinger@fau.de> Date: Thu, 14 Jun 2018 17:01:54 +0200 Subject: [PATCH] Added missing includes to all header --- src/blockforest/loadbalancing/all.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/blockforest/loadbalancing/all.h b/src/blockforest/loadbalancing/all.h index a4a2cb31b..b3c956f8b 100644 --- a/src/blockforest/loadbalancing/all.h +++ b/src/blockforest/loadbalancing/all.h @@ -25,5 +25,8 @@ #include "Cartesian.h" #include "DynamicCurve.h" #include "DynamicDiffusive.h" +#include "DynamicParMetis.h" #include "NoPhantomData.h" +#include "PODPhantomData.h" #include "StaticCurve.h" +#include "StaticParMetis.h" -- GitLab