From 6d6452b24e15e6291ba5790ede485f59d4ca28b8 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 23 Jan 2026 16:39:27 +0100 Subject: Fixed Address boundary issues with different copy approach --- lib/core/c++/chunk.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/core') diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index 1da2c9f..5d20faa 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -1,6 +1,7 @@ #pragma once #include "common.hpp" +#include "flatten.hpp" namespace kel { namespace lbm { -- cgit v1.2.3