Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 236e3ba

Browse files
committed
fix: Reoder include to prevent bugs on windows
1 parent 119cd81 commit 236e3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/nitro_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#include <vector>
1313
// Include platform-specific headers
1414
#ifdef _WIN32
15-
#include <windows.h>
1615
#include <winsock2.h>
16+
#include <windows.h>
1717
#else
1818
#include <dirent.h>
1919
#endif

0 commit comments

Comments
 (0)