Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-09-11 16:17:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:57 +0300
commit057f55fb515899ba39eb3334da0fc62232cf404d (patch)
tree3e9486684775c1a5ba857d9168e40e93725cd51e /std
parentad8154bac4539ef5921af1cc3f94af8f538c2a9f (diff)
Added city rank table
Diffstat (limited to 'std')
-rw-r--r--std/string.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/string.hpp b/std/string.hpp
index edccd3dd73..60ea082961 100644
--- a/std/string.hpp
+++ b/std/string.hpp
@@ -9,6 +9,7 @@
using std::basic_string;
using std::getline;
using std::stoi;
+using std::stod;
using std::string;
#ifdef DEBUG_NEW