From 6ea5e307abb8253678704e57b3a3382e7e1f578a Mon Sep 17 00:00:00 2001 From: David Beyer Date: Wed, 4 Sep 2024 16:41:57 +0200 Subject: [PATCH] Forward declare LeesEdwardsPack --- src/core/lb/LBWalberla.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/lb/LBWalberla.hpp b/src/core/lb/LBWalberla.hpp index 2df3f90c281..9fe00e15343 100644 --- a/src/core/lb/LBWalberla.hpp +++ b/src/core/lb/LBWalberla.hpp @@ -23,8 +23,6 @@ #ifdef WALBERLA -#include - #include #include @@ -33,6 +31,7 @@ #include class LBWalberlaBase; +struct LeesEdwardsPack; namespace System { class System; }