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:
Diffstat (limited to 'std')
-rw-r--r--std/chrono.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/std/chrono.hpp b/std/chrono.hpp
index 2aa488bade..598ffbee7a 100644
--- a/std/chrono.hpp
+++ b/std/chrono.hpp
@@ -6,14 +6,16 @@
#include <chrono>
+using std::chrono::duration;
using std::chrono::duration_cast;
using std::chrono::high_resolution_clock;
using std::chrono::milliseconds;
-using std::chrono::nanoseconds;
using std::chrono::minutes;
+using std::chrono::nanoseconds;
using std::chrono::seconds;
using std::chrono::steady_clock;
using std::chrono::system_clock;
+using std::chrono::time_point;
#ifdef DEBUG_NEW
#define new DEBUG_NEW