Skip to content

Commit

Permalink
Merge pull request #16 from sidaf/fix_windows
Browse files Browse the repository at this point in the history
Cross-compile Windows Fix
  • Loading branch information
lganzzzo authored Apr 27, 2022
2 parents b21381c + 236e2ed commit c627507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oatpp-sqlite/mapping/Serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "oatpp-sqlite/Types.hpp"

#if defined(WIN32) || defined(_WIN32)
#include <WinSock2.h>
#include <winsock2.h>
#else
#include <arpa/inet.h>
#endif
Expand Down

0 comments on commit c627507

Please sign in to comment.