diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-11-22 13:16:21 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-11-22 20:58:51 +0100 |
commit | 3bc79e316e343d59f77811bca4ed6c594431e91c (patch) | |
tree | 2d0b7e5f49e65f905f5dad38d471cb272092e2c8 /benchmark | |
parent | 67ed3ae3eb25e5bb0ec2d0369d042438bd9b2c7f (diff) | |
download | qtlocation-mapboxgl-3bc79e316e343d59f77811bca4ed6c594431e91c.tar.gz |
[build] move default ThreadPool implementation to platform/default
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/api/query.benchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/api/query.benchmark.cpp b/benchmark/api/query.benchmark.cpp index f9f6d3eabd..dce878ea65 100644 --- a/benchmark/api/query.benchmark.cpp +++ b/benchmark/api/query.benchmark.cpp @@ -4,7 +4,7 @@ #include <mbgl/map/map.hpp> #include <mbgl/platform/default/headless_backend.hpp> #include <mbgl/platform/default/offscreen_view.hpp> -#include <mbgl/platform/default/thread_pool.hpp> +#include <mbgl/util/default_thread_pool.hpp> #include <mbgl/sprite/sprite_image.hpp> #include <mbgl/storage/default_file_source.hpp> #include <mbgl/storage/network_status.hpp> |