From 8f858a4ea8106b52f3cf475ffc5e0e9c6a91baa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= Date: Sun, 10 Sep 2023 20:56:20 +0000 Subject: [PATCH] Export ThreadPool symbols from legacy header. --- unsupported/Eigen/CXX11/ThreadPool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsupported/Eigen/CXX11/ThreadPool b/unsupported/Eigen/CXX11/ThreadPool index 9cdf2c043..d48733376 100644 --- a/unsupported/Eigen/CXX11/ThreadPool +++ b/unsupported/Eigen/CXX11/ThreadPool @@ -1 +1 @@ -#include "../../../Eigen/ThreadPool" \ No newline at end of file +#include "../../../Eigen/ThreadPool" // IWYU pragma: export