From 0e0f7150e5a9cbe9016b1590bcc5a8678f73f39a Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Fri, 22 Nov 2024 14:06:34 -0800 Subject: [PATCH] Include `` for `high_resolution_clock` --- test/cancellation_token_tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cancellation_token_tests.cpp b/test/cancellation_token_tests.cpp index 0684d764..679f16a6 100644 --- a/test/cancellation_token_tests.cpp +++ b/test/cancellation_token_tests.cpp @@ -8,6 +8,7 @@ #include #include +#include #include #include