From 6656f85e23e1638d41a772a46e2ad5dd2c4bfaec Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Fri, 15 Feb 2019 15:22:55 +0100 Subject: Fix compiling issues --- src/live_effects/lpe-dashed-stroke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/lpe-dashed-stroke.cpp') diff --git a/src/live_effects/lpe-dashed-stroke.cpp b/src/live_effects/lpe-dashed-stroke.cpp index b29b50b43..fcc38f9e4 100644 --- a/src/live_effects/lpe-dashed-stroke.cpp +++ b/src/live_effects/lpe-dashed-stroke.cpp @@ -2,7 +2,7 @@ /* * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ -#include "live_effects/lpe-dash-stroke.h" +#include "live_effects/lpe-dashed-stroke.h" #include "2geom/pathvector.h" #include "2geom/path.h" #include "helper/geom.h" -- cgit v1.2.3