summaryrefslogtreecommitdiff
path: root/c++/lbm.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-04-22 13:35:38 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-04-22 13:35:38 +0200
commitd7b6dee2db415fc5d0052dca47a45c44b9aaba6d (patch)
treec21c80c117a1ba3830d668122cc5d47692605c47 /c++/lbm.hpp
parent60fb118680cf773dd5db44a4930bab4b4c119deb (diff)
Broken float decoder in forstio
Diffstat (limited to 'c++/lbm.hpp')
-rw-r--r--c++/lbm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/lbm.hpp b/c++/lbm.hpp
index 9cd7296..1baaa0e 100644
--- a/c++/lbm.hpp
+++ b/c++/lbm.hpp
@@ -2,6 +2,7 @@
#include "descriptor.hpp"
#include "converter.hpp"
+#include "config.hpp"
#include <forstio/codec/unit/unit_print.hpp>
#include <iostream>