preventing clang-format to move sysinfoapi.h (#244)
This commit is contained in:
parent
6788b12d65
commit
968117c940
|
@ -10,7 +10,8 @@
|
|||
#include <string>
|
||||
#ifdef _MSC_VER
|
||||
#include <windows.h>
|
||||
#include <sysinfoapi.h> // must be included after windows.h
|
||||
// must be included after windows.h
|
||||
#include <sysinfoapi.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue