Merge branch 'master' of https://github.com/InvictusInnovations/fc
This commit is contained in:
commit
bb40828953
2 changed files with 5 additions and 1 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
namespace fc {
|
namespace fc {
|
||||||
class value;
|
class value;
|
||||||
class exception;
|
class exception;
|
||||||
|
namespace ip { class address; }
|
||||||
|
|
||||||
template<typename T> class get_typename{};
|
template<typename T> class get_typename{};
|
||||||
template<> struct get_typename<int32_t> { static const char* name() { return "int32_t"; } };
|
template<> struct get_typename<int32_t> { static const char* name() { return "int32_t"; } };
|
||||||
template<> struct get_typename<int64_t> { static const char* name() { return "int64_t"; } };
|
template<> struct get_typename<int64_t> { static const char* name() { return "int64_t"; } };
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,9 @@
|
||||||
#include <fc/network/ip.hpp>
|
#include <fc/network/ip.hpp>
|
||||||
#include <udt.h>
|
#include <udt.h>
|
||||||
|
|
||||||
|
#ifndef WIN32
|
||||||
# include <arpa/inet.h>
|
# include <arpa/inet.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace fc {
|
namespace fc {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue