Skip to content

Commit

Permalink
[include-fixer] Add the missing variant header to the STL header list.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Apr 13, 2023
1 parent 1689a5d commit 40276f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ const HeaderMapCollector::RegexHeaderMap *getSTLPostfixHeaderMap() {
{"unordered_set$", "<unordered_set>"},
{"utility$", "<utility>"},
{"valarray$", "<valarray>"},
{"variant$", "<variant>"},
{"vector$", "<vector>"},
{"include/complex.h$", "<complex.h>"},
{"include/ctype.h$", "<cctype>"},
Expand Down

0 comments on commit 40276f7

Please sign in to comment.