Builds on UWP

This commit is contained in:
Michael Heyman 2019-12-08 07:44:45 -05:00
parent 9b1d816d5e
commit e852501fc0
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#include "Hex.hpp"
#if defined(WIN32) || defined(_WIN32)
#include <Winsock.h>
#include <Winsock2.h>
#else
#include <arpa/inet.h>
#endif

View File

@ -27,7 +27,7 @@
#include "./Hex.hpp"
#if defined(WIN32) || defined(_WIN32)
#include <Winsock.h>
#include <Winsock2.h>
#else
#include <arpa/inet.h>
#endif