From 4daed0070ac5ac900d8a533ae9b07a8129081e11 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 4 Nov 2021 00:42:49 +0100 Subject: [PATCH] WorkerPool: Add missing config.h include --- ext/libstrawberry-common/core/workerpool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/libstrawberry-common/core/workerpool.h b/ext/libstrawberry-common/core/workerpool.h index ff453212..7fceb07b 100644 --- a/ext/libstrawberry-common/core/workerpool.h +++ b/ext/libstrawberry-common/core/workerpool.h @@ -19,6 +19,8 @@ #ifndef WORKERPOOL_H #define WORKERPOOL_H +#include "config.h" + #include #include