Skip to content

Commit

Permalink
Ensure that subprocess.h detail header is included
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Mar 4, 2024
1 parent 56b4f13 commit a1e57ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ gz_export_header(
public_headers_no_gen = glob([
"include/gz/utils/*.hh",
"include/gz/utils/detail/*.hh",
"include/gz/utils/detail/*.h",
])

gz_include_header(
Expand Down
2 changes: 1 addition & 1 deletion cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ cc_library(
visibility = GZ_VISIBILITY,
deps = [
GZ_ROOT + "utils:utils",
"@cli11"
"@cli11",
],
)

0 comments on commit a1e57ca

Please sign in to comment.