Skip to content

Commit

Permalink
Fix include files
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Nov 4, 2024
1 parent b33a92e commit 1614d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xtd.core.native.posix/src/xtd/native/posix/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#include <xtd/native/socket_shutdown_constants>
#include <xtd/native/socket_type_constants>
#undef __XTD_CORE_NATIVE_LIBRARY__
#include <cstring>
#include <locale>
#include <map>
#include <string>
#include <errno.h>
Expand Down
2 changes: 2 additions & 0 deletions src/xtd.core.native.unix/src/xtd/native/unix/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#include <xtd/native/socket_shutdown_constants>
#include <xtd/native/socket_type_constants>
#undef __XTD_CORE_NATIVE_LIBRARY__
#include <cstring>
#include <locale>
#include <map>
#include <string>
#include <errno.h>
Expand Down

0 comments on commit 1614d82

Please sign in to comment.