From 90f242af3036e0863a067c3f55457566d1f1e4ce Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 23 Jun 2026 14:13:48 +0200 Subject: Fixing hlbm and particle aabb --- lib/core/c++/hlbm.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/core/c++/hlbm.hpp') diff --git a/lib/core/c++/hlbm.hpp b/lib/core/c++/hlbm.hpp index 0ba9cc2..c15bfc4 100644 --- a/lib/core/c++/hlbm.hpp +++ b/lib/core/c++/hlbm.hpp @@ -6,6 +6,8 @@ #include "particle/particle.hpp" +#include + namespace kel { namespace lbm { namespace cmpt { -- cgit v1.2.3