From 6d2a358ff30edfce44bcacc0899b84f397728f06 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Fri, 19 Jan 2024 11:38:21 +0000 Subject: [PATCH] Build fix for thread_runner.cpp with NANO_ASIO_HANDLER_TRACKING enabled (#4373) --- nano/lib/thread_runner.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nano/lib/thread_runner.cpp b/nano/lib/thread_runner.cpp index 8e2c308718..26fa307b24 100644 --- a/nano/lib/thread_runner.cpp +++ b/nano/lib/thread_runner.cpp @@ -1,6 +1,10 @@ #include +#include + +#include #include +#include /* * thread_runner