Skip to content

Commit

Permalink
Attempt to fix macos pipeline build
Browse files Browse the repository at this point in the history
  • Loading branch information
asahtik committed Nov 13, 2023
1 parent 57f3946 commit b0a37dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utility/Platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
#include <arpa/inet.h>
#endif

#if defined(_WIN32) || defined(__USE_W32_SOCKETS)
#include <windows.h>
#endif

#ifndef _WIN32
#include <unistd.h>
#endif

namespace dai {
namespace platform {

Expand Down

0 comments on commit b0a37dc

Please sign in to comment.