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
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2011-06-02 01:40:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:21 +0300
commit76880dbdf5b14c13bc8671bf5b4090c127ec9f75 (patch)
tree70d719e1b1dc2ae68bea34b8a40ad94b84615389 /std/sstream.hpp
parent7435ad01cffc6b12ea24d02398629eb5d9f92744 (diff)
PathTextElement and StraightTextElement implementation.
Diffstat (limited to 'std/sstream.hpp')
-rw-r--r--std/sstream.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/sstream.hpp b/std/sstream.hpp
index 2280a4c9b9..dd6476b512 100644
--- a/std/sstream.hpp
+++ b/std/sstream.hpp
@@ -9,6 +9,7 @@
using std::istringstream;
using std::ostringstream;
+using std::stringstream;
using std::endl;
#ifdef DEBUG_NEW