Skip to content
Snippets Groups Projects

Add missing dependency to open_simulation_interface

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -3,4 +3,5 @@ cc_library(
hdrs = ["include/OsiTrafficParticipant/i_traffic_participant_model.h"],
includes = ["include"],
visibility = ["//visibility:public"],
deps = ["@open_simulation_interface"],
)
Loading