From 45272889022919ef3ff85cb210d44b57f7604096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=86=E2=9C=A0Sa=CD=A5b=CD=A3e=CD=ABr=F0=9F=91=91?= =?UTF-8?q?=E2=B0=80?= Date: Thu, 3 Jul 2025 18:27:56 +0800 Subject: [PATCH] Fix build --- Common/Cpp/Concurrency/AsyncTask.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/Cpp/Concurrency/AsyncTask.h b/Common/Cpp/Concurrency/AsyncTask.h index 089da5ad6d..334a535c02 100644 --- a/Common/Cpp/Concurrency/AsyncTask.h +++ b/Common/Cpp/Concurrency/AsyncTask.h @@ -9,6 +9,7 @@ #include #include +#include #include #include