From a7b579e4e855eff2b330b8304a88f7220fed4231 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Mon, 10 Mar 2014 22:22:31 -0400 Subject: [PATCH] adding api helper --- include/fc/string.hpp | 1 + 1 file changed, 1 insertion(+) 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;