From 0d109e36e07361636c41462343f44accadb3a252 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Mon, 19 Feb 2024 11:48:38 +0000 Subject: [PATCH] Include thread header in threading.hpp (#4439) --- nano/lib/threading.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nano/lib/threading.hpp b/nano/lib/threading.hpp index 17b74a4c..2877d867 100644 --- a/nano/lib/threading.hpp +++ b/nano/lib/threading.hpp @@ -4,6 +4,8 @@ #include +#include + namespace nano { namespace thread_attributes