forked from organicmaps/organicmaps
ThreadPool changed from 3party/ThreadPool to PrimitiveThreadPool.
This commit is contained in:
parent
e3e4db2818
commit
9345c8d4e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue