From 0641803402d052440fce64102b19ae6ebc3edb6c Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 26 Apr 2021 12:14:37 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 370513212 --- cpp/platform/public/monitored_runnable.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpp/platform/public/monitored_runnable.h b/cpp/platform/public/monitored_runnable.h index 63e3475d..ad3cc8cc 100644 --- a/cpp/platform/public/monitored_runnable.h +++ b/cpp/platform/public/monitored_runnable.h @@ -65,6 +65,10 @@ class MonitoredRunnable { absl::Time post_time_ = SystemClock::ElapsedRealtime(); }; +// These definitions are necessary before C++17. +constexpr absl::Duration kMinReportedStartDelay; +constexpr absl::Duration kMinReportedTaskDuration; + } // namespace nearby } // namespace location