diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-23 16:39:27 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-23 16:39:27 +0100 |
| commit | 6d6452b24e15e6291ba5790ede485f59d4ca28b8 (patch) | |
| tree | 54dc4a6fa98a873d9924f02c97458530ec3c5d1d /lib/core/c++ | |
| parent | 6c394afaa2c0cf008ee8c1c1a9cc860d10c50dd0 (diff) | |
| download | libs-lbm-6d6452b24e15e6291ba5790ede485f59d4ca28b8.tar.gz | |
Fixed Address boundary issues with different copy approach
Diffstat (limited to 'lib/core/c++')
| -rw-r--r-- | lib/core/c++/chunk.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
