diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-09-17 21:35:41 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-09-17 21:35:41 +0200 |
commit | 04940fe64b714bcfad9026d54ee75a2fbdc7fe7b (patch) | |
tree | 58ed3cb5dc051e74b1e7a4eef895a88859e29181 /c++/descriptor.hpp | |
parent | 08f2d21521c107fef57abf20d81707020aa3bd47 (diff) |
Streamlining and thoughts about changes in particle dynamicsdev
Diffstat (limited to 'c++/descriptor.hpp')
-rw-r--r-- | c++/descriptor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/descriptor.hpp b/c++/descriptor.hpp index 0c6707a..d04d217 100644 --- a/c++/descriptor.hpp +++ b/c++/descriptor.hpp @@ -1,6 +1,7 @@ #pragma once #include <forstio/codec/data.hpp> +#include <forstio/codec/data_math.hpp> #include <forstio/codec/schema_factory.hpp> namespace kel { |