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

Commit 4ea34f2

Browse files
authored
Merge pull request #238 from janhq/237-bug-windows-build-fail
Fix windows build bug
2 parents 36b1ef1 + f3a1394 commit 4ea34f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/nitro_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <ostream>
99
// Include platform-specific headers
1010
#ifdef _WIN32
11+
#include <winsock2.h>
1112
#include <windows.h>
1213
#else
1314
#include <dirent.h>

0 commit comments

Comments
 (0)