From 2b7216302864715eb6950448fc71b0e4b51d617c Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 19 Apr 2016 15:56:02 -0700 Subject: Implemented a more portable version of thread local variables --- unsupported/Eigen/CXX11/ThreadPool | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/Eigen/CXX11/ThreadPool') diff --git a/unsupported/Eigen/CXX11/ThreadPool b/unsupported/Eigen/CXX11/ThreadPool index 6f360ae2f..6cd057b4b 100644 --- a/unsupported/Eigen/CXX11/ThreadPool +++ b/unsupported/Eigen/CXX11/ThreadPool @@ -47,6 +47,7 @@ #include "src/ThreadPool/EventCount.h" #include "src/ThreadPool/RunQueue.h" +#include "src/ThreadPool/ThreadLocal.h" #include "src/ThreadPool/ThreadPoolInterface.h" #include "src/ThreadPool/ThreadEnvironment.h" #include "src/ThreadPool/SimpleThreadPool.h" -- cgit v1.2.3