From e2508b756b90294335b49d21b3522674cbc4ef38 Mon Sep 17 00:00:00 2001 From: lexio Date: Tue, 24 Sep 2019 15:23:05 +0900 Subject: [PATCH] Add including "functional" in threadpool.h When I build sample project in Visual Studio 2019, an error occurred due to the header file is missing in .\FFX_CAS\libs\cauldron\src\common\Misc\threadpool.h. It would be nice to add a line including header file. --- FFX_CAS/cas-samples/libs/cauldron/src/common/Misc/threadpool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/FFX_CAS/cas-samples/libs/cauldron/src/common/Misc/threadpool.h b/FFX_CAS/cas-samples/libs/cauldron/src/common/Misc/threadpool.h index 2c3d058..28a6289 100644 --- a/FFX_CAS/cas-samples/libs/cauldron/src/common/Misc/threadpool.h +++ b/FFX_CAS/cas-samples/libs/cauldron/src/common/Misc/threadpool.h @@ -24,6 +24,7 @@ #include #include #include +#include struct Task {