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:
authorYuri Gorshenin <y@maps.me>2015-06-23 18:54:42 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:12 +0300
commit98e3583350706289a3fe3fd62ad695382b7bc963 (patch)
treec30179d5d667e06de9cb676a93951b556b861bc2 /std/iomanip.hpp
parent59064d7d7e2ee8a9f46951b05f5df3a3be7185e7 (diff)
Review fixes.
Diffstat (limited to 'std/iomanip.hpp')
-rw-r--r--std/iomanip.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/iomanip.hpp b/std/iomanip.hpp
index abd9930115..d1812d8c5a 100644
--- a/std/iomanip.hpp
+++ b/std/iomanip.hpp
@@ -9,6 +9,7 @@
#include <iomanip>
using std::fixed;
using std::hex;
+using std::left;
using std::setfill;
using std::setprecision;
using std::setw;