diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-03-23 13:18:45 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-03-23 11:33:06 -0400 |
commit | 71efb24e2d3e2408f6e283ed7b8b4a1f6b24324c (patch) | |
tree | 9e967525c261baf0172d6bffc7d88572691c83f5 /include/mbgl/style | |
parent | 648ce071d39e275ddfcd20a94a6f96547c314635 (diff) | |
download | qtlocation-mapboxgl-71efb24e2d3e2408f6e283ed7b8b4a1f6b24324c.tar.gz |
Bump mapbox-base to 1.2.0
Diffstat (limited to 'include/mbgl/style')
-rw-r--r-- | include/mbgl/style/conversion_impl.hpp | 2 | ||||
-rw-r--r-- | include/mbgl/style/layer.hpp | 4 | ||||
-rw-r--r-- | include/mbgl/style/source.hpp | 4 | ||||
-rw-r--r-- | include/mbgl/style/transition_options.hpp | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/include/mbgl/style/conversion_impl.hpp b/include/mbgl/style/conversion_impl.hpp index 9606c7b58d..79e9301842 100644 --- a/include/mbgl/style/conversion_impl.hpp +++ b/include/mbgl/style/conversion_impl.hpp @@ -11,7 +11,7 @@ #include <mbgl/util/optional.hpp> #include <mbgl/util/traits.hpp> -#include <mapbox/value.hpp> +#include <mapbox/compatibility/value.hpp> #include <array> #include <chrono> diff --git a/include/mbgl/style/layer.hpp b/include/mbgl/style/layer.hpp index 840ef9ce88..204cb9c697 100644 --- a/include/mbgl/style/layer.hpp +++ b/include/mbgl/style/layer.hpp @@ -6,8 +6,8 @@ #include <mbgl/util/immutable.hpp> #include <mbgl/util/optional.hpp> -#include <mapbox/weak.hpp> -#include <mapbox/type_wrapper.hpp> +#include <mapbox/std/weak.hpp> +#include <mapbox/util/type_wrapper.hpp> #include <cassert> #include <memory> diff --git a/include/mbgl/style/source.hpp b/include/mbgl/style/source.hpp index 59afd6916e..622c2e42ff 100644 --- a/include/mbgl/style/source.hpp +++ b/include/mbgl/style/source.hpp @@ -5,8 +5,8 @@ #include <mbgl/util/immutable.hpp> #include <mbgl/style/types.hpp> -#include <mapbox/weak.hpp> -#include <mapbox/type_wrapper.hpp> +#include <mapbox/std/weak.hpp> +#include <mapbox/util/type_wrapper.hpp> #include <memory> #include <string> diff --git a/include/mbgl/style/transition_options.hpp b/include/mbgl/style/transition_options.hpp index 69479afaad..8ead79eb21 100644 --- a/include/mbgl/style/transition_options.hpp +++ b/include/mbgl/style/transition_options.hpp @@ -3,7 +3,7 @@ #include <mbgl/util/chrono.hpp> #include <mbgl/util/optional.hpp> -#include <mapbox/value.hpp> +#include <mapbox/compatibility/value.hpp> namespace mbgl { namespace style { |