Include sorting causes problems on windows
For some reason you need to include <windows.h> before some other includes, because recursive include isn't a thing on windows I guess
This commit is contained in:
parent
ce08a0c650
commit
93fa1ec618
@ -8,7 +8,7 @@ Cpp11BracedListStyle: 'false'
|
||||
IndentWidth: '4'
|
||||
Language: Cpp
|
||||
PointerAlignment: Right
|
||||
SortIncludes: 'true'
|
||||
SortIncludes: 'false'
|
||||
SpaceBeforeAssignmentOperators: 'true'
|
||||
SpaceBeforeParens: ControlStatements
|
||||
SpaceInEmptyParentheses: 'false'
|
||||
|
Loading…
Reference in New Issue
Block a user