From e60db388693b63be6d7e4c03234976b567378e94 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 21 Jan 2026 17:20:08 +0100 Subject: Fixing compilation errors --- lib/core/c++/chunk.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/core/c++/chunk.hpp') diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index 607bec0..ad7de34 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -76,4 +76,10 @@ public: return data,Encode>{{Sides...}}; } }; + +template +struct meta_schema> { + using MetaSchema = typename meta_schema::MetaSchema; +}; + } -- cgit v1.2.3