From fb8579081ceaa749e686db55bf68205f7199f007 Mon Sep 17 00:00:00 2001 From: pigeatgarlic Date: Fri, 10 Apr 2026 06:09:40 +0000 Subject: [PATCH] fix build --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 6298ce06..859fa240 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -336,6 +336,7 @@ int main(int argc, char *argv[]) { forward.detach(); } + auto timer = platf::create_high_precision_timer(); auto local_shutdown= mail->event(mail::shutdown); while (!process_shutdown_event->peek() && !local_shutdown->peek()) timer->sleep_for(100ms);