Add include to fix win32 build
This commit is contained in:
parent
75ec020227
commit
59d3e80fb7
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
||||||
#include <fc/network/resolve.hpp>
|
#include <fc/network/resolve.hpp>
|
||||||
#include <fc/network/ip.hpp>
|
#include <fc/network/ip.hpp>
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
# include <WinSock2.h> // for ntohl()
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
namespace fc
|
namespace fc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue