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:
authorrachytski <siarhei.rachytski@gmail.com>2011-03-28 19:47:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:14:29 +0300
commit7559dd7e54596a23d93be0fddf1c3d362e681a49 (patch)
tree32754bf0a8186204ff40afa148778b580f080d66 /std
parentcb1ea062289b8ba11c06a5cf5640cb40e0791f17 (diff)
prettier center point coordinates rendering.
Diffstat (limited to 'std')
-rw-r--r--std/iomanip.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/iomanip.hpp b/std/iomanip.hpp
index d8df553cab..93c74e0bb7 100644
--- a/std/iomanip.hpp
+++ b/std/iomanip.hpp
@@ -9,6 +9,8 @@
using std::setw;
using std::setfill;
using std::hex;
+using std::fixed;
+using std::setprecision;
#ifdef DEBUG_NEW
#define new DEBUG_NEW