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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-23 17:02:33 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:22 +0300
commit86b5769facafa53a3809b13bc3a2227a91ef95e1 (patch)
tree9c44c6d1522696284b4c11204d9b17e0850f8d2d /std
parent9587ed74865154bbe7c7350ada3de61d6cd73c4c (diff)
Fix build warnings for Search. Cleanup code.
Diffstat (limited to 'std')
-rw-r--r--std/string.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/std/string.hpp b/std/string.hpp
index f2c126636a..660f5289d6 100644
--- a/std/string.hpp
+++ b/std/string.hpp
@@ -13,8 +13,9 @@
#endif
using std::basic_string;
-using std::string;
using std::getline;
+using std::stoi;
+using std::string;
#ifdef DEBUG_NEW
#define new DEBUG_NEW