From 461022ee5135a3bfcca4659cf73fadccc0594d3f Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 10 Sep 2025 15:29:40 +0200 Subject: Moving towards gpu --- c++/lbm.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c++/lbm.hpp') diff --git a/c++/lbm.hpp b/c++/lbm.hpp index a8d1f96..ddd4617 100644 --- a/c++/lbm.hpp +++ b/c++/lbm.hpp @@ -1,8 +1,10 @@ #pragma once #include "descriptor.hpp" +#include "boundary.hpp" #include "converter.hpp" #include "config.hpp" +#include "collision.hpp" #include "component.hpp" #include "environment.hpp" #include "equilibrium.hpp" -- cgit v1.2.3