Fixing bad header.
diff --git a/include/rive/contour_render_path.hpp b/include/rive/contour_render_path.hpp
index cc06db2..1947812 100644
--- a/include/rive/contour_render_path.hpp
+++ b/include/rive/contour_render_path.hpp
@@ -106,7 +106,8 @@
 		void extrudeStroke(ContourStroke* stroke,
 		                   StrokeJoin join,
 		                   StrokeCap cap,
-		                   float strokeWidth);
+		                   float strokeWidth,
+		                   const Mat2D& transform);
 	};
 } // namespace rive
 #endif
\ No newline at end of file