Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / build_common / android / compatibility / android_cpp11_compat.h
index 78af522..adaa9fb 100644 (file)
@@ -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);
 }