summaryrefslogtreecommitdiff
path: root/modules/tools
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-07-09 14:28:05 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-07-09 14:28:05 +0200
commit8d15944c7b10d13fb4633306c32181217577dc4f (patch)
tree9162960d5adf7b110e0fb9e81730c9eeb9dc1943 /modules/tools
parent8b37098a15005d4163db74d7eac977c593268118 (diff)
Added missing include
Diffstat (limited to 'modules/tools')
-rw-r--r--modules/tools/c++/c_gen_iface.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tools/c++/c_gen_iface.hpp b/modules/tools/c++/c_gen_iface.hpp
index 60389dc..353572a 100644
--- a/modules/tools/c++/c_gen_iface.hpp
+++ b/modules/tools/c++/c_gen_iface.hpp
@@ -1,4 +1,5 @@
#include <forstio/error.hpp>
+#include <forstio/buffer.hpp>
#include <forstio/codec/data.hpp>
#include <forstio/codec/schema.hpp>
#include <forstio/codec/schema_hash.hpp>