[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>"},
|
{"mutex$", "<mutex>"},
|
||||||
{"new$", "<new>"},
|
{"new$", "<new>"},
|
||||||
{"numeric$", "<numeric>"},
|
{"numeric$", "<numeric>"},
|
||||||
|
{"optional$", "<optional>"},
|
||||||
{"ostream$", "<ostream>"},
|
{"ostream$", "<ostream>"},
|
||||||
{"queue$", "<queue>"},
|
{"queue$", "<queue>"},
|
||||||
{"random$", "<random>"},
|
{"random$", "<random>"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user