summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/extrusion_texture_program.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/programs/extrusion_texture_program.hpp')
-rw-r--r--src/mbgl/programs/extrusion_texture_program.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/programs/extrusion_texture_program.hpp b/src/mbgl/programs/extrusion_texture_program.hpp
index 606909f54e..ccbb0398cf 100644
--- a/src/mbgl/programs/extrusion_texture_program.hpp
+++ b/src/mbgl/programs/extrusion_texture_program.hpp
@@ -18,6 +18,7 @@ class ExtrusionTextureProgram : public Program<
uniforms::u_world,
uniforms::u_image,
uniforms::u_opacity>,
+ TypeList<>,
style::Properties<>> {
public:
using Program::Program;