Skip to content

Commit c2cc0f1

Browse files
committed
try to make bazel happy
1 parent 33f65da commit c2cc0f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cc_library(
4444
"idl_parser.cpp",
4545
"reflection.cpp",
4646
"util.cpp",
47+
"dragonbox.h"
4748
],
4849
hdrs = [
4950
"//:public_headers",
@@ -141,6 +142,7 @@ cc_library(
141142
"idl_namer.h",
142143
"namer.h",
143144
"util.cpp",
145+
"dragonbox.h",
144146
],
145147
hdrs = [
146148
"//:flatc_headers",

0 commit comments

Comments
 (0)