ThreadPool changed from 3party/ThreadPool to PrimitiveThreadPool.

This commit is contained in:
Maksim Andrianov 2019-01-16 19:11:10 +03:00 committed by mpimenov
parent e3e4db2818
commit 9345c8d4e5

View file

@ -1,6 +1,7 @@
#include "generator/regions/regions_builder.hpp"
#include "base/assert.hpp"
#include "base/primitive_thread_pool.hpp"
#include "base/stl_helpers.hpp"
#include "base/thread_pool_computational.hpp"
@ -13,7 +14,6 @@
#include <thread>
#include <unordered_set>
namespace generator
{
namespace regions