summaryrefslogtreecommitdiff
path: root/include/llmr/style/style_bucket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/style/style_bucket.hpp')
-rw-r--r--include/llmr/style/style_bucket.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llmr/style/style_bucket.hpp b/include/llmr/style/style_bucket.hpp
index c8529fdd23..0f3824211a 100644
--- a/include/llmr/style/style_bucket.hpp
+++ b/include/llmr/style/style_bucket.hpp
@@ -12,6 +12,8 @@
namespace llmr {
+class Source;
+
class StyleBucketFill {
public:
WindingType winding = WindingType::Default;
@@ -74,6 +76,7 @@ public:
std::string name;
std::shared_ptr<StyleSource> style_source;
+ std::shared_ptr<Source> source;
std::string source_layer;
FilterExpression filter;
StyleBucketRender render = std::false_type();