summaryrefslogtreecommitdiff
path: root/c++/lbm_unit.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-04-10 15:21:55 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-04-10 15:21:55 +0200
commitabeea9920c11231ed24db00e9f68b4490c12a61b (patch)
tree8cbcc1053a0b69c12c59e8dfdbe576d13520240d /c++/lbm_unit.hpp
parent4ffcce338176350465dbd4245ad443b766d196f0 (diff)
Reworking from AoS to SoA for data handling
Diffstat (limited to 'c++/lbm_unit.hpp')
-rw-r--r--c++/lbm_unit.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/lbm_unit.hpp b/c++/lbm_unit.hpp
index c4d09f6..dc1f8e9 100644
--- a/c++/lbm_unit.hpp
+++ b/c++/lbm_unit.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include <kel/unit/unit.h>
+#include <forstio/codec/unit/unit.hpp>
#include <string_view>