diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-03-05 16:00:19 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-03-05 16:00:19 +0100 |
commit | a27d6bb705f341882d9711fdd7899eabc9cc32bc (patch) | |
tree | ab1e6c2e4be1d96968fd46c1f08af0bd81ac7a54 /c++/descriptor.h | |
parent | 1677940809c679f6505d6689a5f6018e33b840b0 (diff) |
Fixing back to a compileable state
Diffstat (limited to 'c++/descriptor.h')
-rw-r--r-- | c++/descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/descriptor.h b/c++/descriptor.h index 33fef9b..1d22f91 100644 --- a/c++/descriptor.h +++ b/c++/descriptor.h @@ -1,6 +1,6 @@ #pragma once -#include <forstio/codec/data.h> +#include <forstio/codec/data.hpp> namespace kel { namespace lbm { |