Fix build wrt fc::ip::address multiple definitions
This commit is contained in:
parent
21d1ce2067
commit
1284c5e686
1 changed files with 2 additions and 0 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"; } };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue