aboutsummaryrefslogtreecommitdiff
path: root/src/device_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/device_context.hh')
-rw-r--r--src/device_context.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/device_context.hh b/src/device_context.hh
index c08cec2..8a86cfb 100644
--- a/src/device_context.hh
+++ b/src/device_context.hh
@@ -36,7 +36,8 @@ struct DeviceContext final : public Context {
struct Clock {
public:
- using time_point_t = std::chrono::steady_clock::time_point;
+ using time_point_t = std::chrono::time_point<std::chrono::steady_clock,
+ std::chrono::nanoseconds>;
const DeviceContext& device;
public: