From 1cfbf16e320ca9bdadd9c24eb1d2d68b25369ba6 Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Tue, 2 Dec 2025 12:28:10 +0000 Subject: executor: update flatbuffers Update flatbuffers to v23.5.26, which matches the compiler version in the new env container. --- executor/_include/flatbuffers/reflection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/_include/flatbuffers/reflection.h') diff --git a/executor/_include/flatbuffers/reflection.h b/executor/_include/flatbuffers/reflection.h index e445d792e..faf647c3b 100644 --- a/executor/_include/flatbuffers/reflection.h +++ b/executor/_include/flatbuffers/reflection.h @@ -66,6 +66,7 @@ inline size_t GetTypeSize(reflection::BaseType base_type) { 4, // Union 0, // Array. Only used in structs. 0 was chosen to prevent out-of-bounds // errors. + 8, // Vector64 0 // MaxBaseType. This must be kept the last entry in this array. }; -- cgit mrf-deployment