From a2603ec27ed540273a1d075c1576952fe299cc3b Mon Sep 17 00:00:00 2001 From: Evan Moran Date: Mon, 23 Jul 2018 16:28:49 -0700 Subject: [PATCH] Add missing public header `minireflect.h` to bazel build (#4832) --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index 58bb29ed2..27dbb45e9 100644 --- a/BUILD +++ b/BUILD @@ -43,6 +43,7 @@ filegroup( "include/flatbuffers/flexbuffers.h", "include/flatbuffers/hash.h", "include/flatbuffers/idl.h", + "include/flatbuffers/minireflect.h", "include/flatbuffers/reflection.h", "include/flatbuffers/reflection_generated.h", "include/flatbuffers/stl_emulation.h",