aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/ThreadPool
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-04-19 15:56:02 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-04-19 15:56:02 -0700
commit2b7216302864715eb6950448fc71b0e4b51d617c (patch)
tree5cebe565f9efbfb83537931463ceb3bb662f1e81 /unsupported/Eigen/CXX11/ThreadPool
parent04f954956d407fbf6cf7c2be3a993460aa608177 (diff)
Implemented a more portable version of thread local variables
Diffstat (limited to 'unsupported/Eigen/CXX11/ThreadPool')
-rw-r--r--unsupported/Eigen/CXX11/ThreadPool1
1 files changed, 1 insertions, 0 deletions
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"