X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build_common%2Fandroid%2Fcompatibility%2Fandroid_cpp11_compat.h;h=adaa9fb33b4864efb94af75b059a4e1306eb3a84;hb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;hp=78af522313fd0ed56d4c551b11e0805cec5a826e;hpb=00b3660e45c56cb3db35dc2596a054f801b5591a;p=platform%2Fupstream%2Fiotivity.git diff --git a/build_common/android/compatibility/android_cpp11_compat.h b/build_common/android/compatibility/android_cpp11_compat.h index 78af522..adaa9fb 100644 --- a/build_common/android/compatibility/android_cpp11_compat.h +++ b/build_common/android/compatibility/android_cpp11_compat.h @@ -15,6 +15,7 @@ namespace std { long double stold(const string& s); std::string to_string(int i); + std::string to_string(long t); std::string to_string(uint32_t i); std::string to_string(double d); }