Skip to content

Commit

Permalink
Added C++17 headers to includeorder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Jan 2, 2018
1 parent 0f4d4e8 commit e340651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wpiformat/wpiformat/includeorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def __init__(self):
"streambuf", "cstdio", "locale", "clocale", "codecvt", "regex",
"atomic", "thread", "mutex", "shared_mutex", "future",
"condition_variable", "ciso646", "ccomplex", "ctgmath", "cstdalign",
"cstdbool"
"cstdbool", "any", "filesystem", "optional", "string_view",
"variant"
]

# Header type 3: Other library headers
Expand Down

0 comments on commit e340651

Please sign in to comment.