[include-fixer] Add the missing optional header to the STL header list.
This commit is contained in:
parent
21f4b84c45
commit
aa3e85a812
|
@ -243,6 +243,7 @@ const HeaderMapCollector::RegexHeaderMap *getSTLPostfixHeaderMap() {
|
|||
{"mutex$", "<mutex>"},
|
||||
{"new$", "<new>"},
|
||||
{"numeric$", "<numeric>"},
|
||||
{"optional$", "<optional>"},
|
||||
{"ostream$", "<ostream>"},
|
||||
{"queue$", "<queue>"},
|
||||
{"random$", "<random>"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user