From 11463b796b37183cdfb528f2492537613bf86511 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Fri, 25 Aug 2017 11:47:34 +0300 Subject: [core] Added GeometryTileWorker-owned image correlation ID --- src/mbgl/style/image_impl.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mbgl/style/image_impl.hpp') diff --git a/src/mbgl/style/image_impl.hpp b/src/mbgl/style/image_impl.hpp index 75dc83206c..e439e42695 100644 --- a/src/mbgl/style/image_impl.hpp +++ b/src/mbgl/style/image_impl.hpp @@ -28,5 +28,6 @@ public: using ImageMap = std::unordered_map>; using ImageDependencies = std::set; +using ImageRequestPair = std::pair; } // namespace mbgl -- cgit v1.2.1