Skip to content

Commit

Permalink
[bazel] Fix typo in include
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Jul 9, 2024
1 parent ffadc1c commit f6105c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ cc_library(
cc_library(
name = "fixed_unordered_map_raw_view",
hdrs = ["include/fixed_containers/fixed_unordered_map_raw_view.hpp"],
includes = ["inclue"],
includes = ["include"],
deps = [
":fixed_doubly_linked_list_raw_view",
":forward_iterator",
Expand Down

0 comments on commit f6105c6

Please sign in to comment.