Skip to content

Commit e340651

Browse files
committed
Added C++17 headers to includeorder.py
1 parent 0f4d4e8 commit e340651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wpiformat/wpiformat/includeorder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def __init__(self):
5252
"streambuf", "cstdio", "locale", "clocale", "codecvt", "regex",
5353
"atomic", "thread", "mutex", "shared_mutex", "future",
5454
"condition_variable", "ciso646", "ccomplex", "ctgmath", "cstdalign",
55-
"cstdbool"
55+
"cstdbool", "any", "filesystem", "optional", "string_view",
56+
"variant"
5657
]
5758

5859
# Header type 3: Other library headers

0 commit comments

Comments
 (0)