diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-06-27 10:00:10 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-06-27 10:00:10 +0200 |
commit | bffab324ca4d71c0eacb2389f1441638ac465b2e (patch) | |
tree | 27261440a161d52429e8f74bea82359c7d7d58f1 /c++/lbm.hpp | |
parent | 7e4d50062f0d5eec2f59d4113beedf282c3e2da4 (diff) |
Moving towards poiseulle
Diffstat (limited to 'c++/lbm.hpp')
-rw-r--r-- | c++/lbm.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/lbm.hpp b/c++/lbm.hpp index e5799b5..3f46776 100644 --- a/c++/lbm.hpp +++ b/c++/lbm.hpp @@ -3,6 +3,7 @@ #include "descriptor.hpp" #include "converter.hpp" #include "config.hpp" +#include "component.hpp" #include "write_vtk.hpp" #include <forstio/codec/unit/unit_print.hpp> |