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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-07-16 17:04:09 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:30 +0300
commit073f72f1777ff9b6aa5875c5bfd78716f0131ccc (patch)
tree5c513cd20800d8383646ff7d71c301ddc81386c0 /std/chrono.hpp
parentb905a52ef6dee5c2d2c4b69389bacdb77492b2a8 (diff)
Added watchdog timer
Diffstat (limited to 'std/chrono.hpp')
-rw-r--r--std/chrono.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/chrono.hpp b/std/chrono.hpp
index 17eddaae10..2aa488bade 100644
--- a/std/chrono.hpp
+++ b/std/chrono.hpp
@@ -11,6 +11,7 @@ using std::chrono::high_resolution_clock;
using std::chrono::milliseconds;
using std::chrono::nanoseconds;
using std::chrono::minutes;
+using std::chrono::seconds;
using std::chrono::steady_clock;
using std::chrono::system_clock;