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-03-13 14:58:42 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:07 +0300
commitac0bd2418916469855c2fa6b5344a47fdc0cb27f (patch)
tree65c6168d01561829ee03efe21aba5ac7b7a70ea1 /std
parente7511c6b87a0d498352318f1aaefafdcf6504071 (diff)
Added possibility to work with OSM opening_hours tag
Now not support work with months, years, and holidays
Diffstat (limited to 'std')
-rw-r--r--std/chrono.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/chrono.hpp b/std/chrono.hpp
index 140a053396..07cc6ec1c0 100644
--- a/std/chrono.hpp
+++ b/std/chrono.hpp
@@ -11,6 +11,7 @@ using std::chrono::duration_cast;
using std::chrono::high_resolution_clock;
using std::chrono::milliseconds;
using std::chrono::nanoseconds;
+using std::chrono::system_clock;
#ifdef DEBUG_NEW
#define new DEBUG_NEW