From 6fcdea7ef8e714dbbe5cb4da934c9631e70e03bd Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 13 Apr 2025 19:05:17 +0800 Subject: [PATCH] Update threads.h --- include/pocketpy/common/threads.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pocketpy/common/threads.h b/include/pocketpy/common/threads.h index adf5d047..0791433a 100644 --- a/include/pocketpy/common/threads.h +++ b/include/pocketpy/common/threads.h @@ -1,3 +1,5 @@ +#pragma once + #include #include