diff --git a/include/fc/string.hpp b/include/fc/string.hpp index 5afeb9f..df2cac8 100644 --- a/include/fc/string.hpp +++ b/include/fc/string.hpp @@ -15,6 +15,7 @@ namespace fc fc::string to_string( double ); fc::string to_string( uint64_t ); fc::string to_string( int64_t ); + fc::string to_string( uint16_t ); typedef fc::optional ostring; class variant_object;