aboutsummaryrefslogtreecommitdiffstats
path: root/executor/_include/flatbuffers/reflection.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/_include/flatbuffers/reflection.h')
-rw-r--r--executor/_include/flatbuffers/reflection.h1
1 files changed, 1 insertions, 0 deletions
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.
};