Skip to content

Commit 968117c

Browse files
ioioioiolemire
authored andcommitted
preventing clang-format to move sysinfoapi.h (simdjson#244)
1 parent 6788b12 commit 968117c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/simdjson/jsonparser.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
#include <string>
1111
#ifdef _MSC_VER
1212
#include <windows.h>
13-
#include <sysinfoapi.h> // must be included after windows.h
13+
// must be included after windows.h
14+
#include <sysinfoapi.h>
1415
#else
1516
#include <unistd.h>
1617
#endif

0 commit comments

Comments
 (0)