Add include to fix win32 build

This commit is contained in:
Eric Frias 2014-06-11 16:32:47 -04:00
parent 75ec020227
commit 59d3e80fb7

View file

@ -3,6 +3,10 @@
#include <fc/network/resolve.hpp>
#include <fc/network/ip.hpp>
#ifdef _WIN32
# include <WinSock2.h> // for ntohl()
#endif
#include <array>
namespace fc