preventing clang-format to move sysinfoapi.h (#244)

This commit is contained in:
ioioioio 2019-08-01 15:06:50 -04:00 committed by Daniel Lemire
parent 6788b12d65
commit 968117c940
1 changed files with 2 additions and 1 deletions

View File

@ -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