Skip to content

Commit

Permalink
[libc++] Fixes transitive includes.
Browse files Browse the repository at this point in the history
Since the CI is broken, I didn't investigate why it happened. It just
fixes it.
  • Loading branch information
mordante committed Mar 7, 2023
1 parent 02e8eb1 commit a90a7b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/test/libcxx/transitive_includes/cxx03.csv
Expand Up @@ -330,6 +330,7 @@ format stdexcept
format string
format string_view
format tuple
format type_traits
format vector
format version
forward_list algorithm
Expand Down
1 change: 1 addition & 0 deletions libcxx/test/libcxx/transitive_includes/cxx11.csv
Expand Up @@ -330,6 +330,7 @@ format stdexcept
format string
format string_view
format tuple
format type_traits
format vector
format version
forward_list algorithm
Expand Down
1 change: 1 addition & 0 deletions libcxx/test/libcxx/transitive_includes/cxx14.csv
Expand Up @@ -332,6 +332,7 @@ format stdexcept
format string
format string_view
format tuple
format type_traits
format vector
format version
forward_list algorithm
Expand Down
1 change: 1 addition & 0 deletions libcxx/test/libcxx/transitive_includes/cxx17.csv
Expand Up @@ -332,6 +332,7 @@ format stdexcept
format string
format string_view
format tuple
format type_traits
format vector
format version
forward_list algorithm
Expand Down
1 change: 1 addition & 0 deletions libcxx/test/libcxx/transitive_includes/cxx20.csv
Expand Up @@ -339,6 +339,7 @@ format stdexcept
format string
format string_view
format tuple
format type_traits
format vector
format version
forward_list algorithm
Expand Down
1 change: 1 addition & 0 deletions libcxx/test/libcxx/transitive_includes/cxx2b.csv
Expand Up @@ -257,6 +257,7 @@ format stdexcept
format string
format string_view
format tuple
format type_traits
format vector
format version
forward_list compare
Expand Down

0 comments on commit a90a7b0

Please sign in to comment.