mirror of
https://github.com/oatpp/oatpp.git
synced 2025-01-18 16:43:57 +08:00
Builds on UWP
This commit is contained in:
parent
9b1d816d5e
commit
e852501fc0
@ -25,7 +25,7 @@
|
||||
#include "Hex.hpp"
|
||||
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#include <Winsock.h>
|
||||
#include <Winsock2.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "./Hex.hpp"
|
||||
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#include <Winsock.h>
|
||||
#include <Winsock2.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user