summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/resource.hpp')
-rw-r--r--include/mbgl/storage/resource.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/storage/resource.hpp b/include/mbgl/storage/resource.hpp
index 31df069952..c05f40b65c 100644
--- a/include/mbgl/storage/resource.hpp
+++ b/include/mbgl/storage/resource.hpp
@@ -3,6 +3,7 @@
#include <mbgl/storage/response.hpp>
#include <mbgl/util/optional.hpp>
#include <mbgl/util/font_stack.hpp>
+#include <mbgl/util/tileset.hpp>
#include <string>
@@ -47,6 +48,7 @@ public:
int32_t x,
int32_t y,
int8_t z,
+ Tileset::Scheme scheme,
Necessity = Required);
static Resource glyphs(const std::string& urlTemplate,
const FontStack& fontStack,