From 06418e4b219add0ff31186effbdd01ecb0f00a28 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:49:44 +0100 Subject: Repair incorrect path in #include directive --- src/drivers/SVG/Fl_SVG_File_Surface.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/SVG/Fl_SVG_File_Surface.cxx b/src/drivers/SVG/Fl_SVG_File_Surface.cxx index f1de59e9e..249ff0ae1 100644 --- a/src/drivers/SVG/Fl_SVG_File_Surface.cxx +++ b/src/drivers/SVG/Fl_SVG_File_Surface.cxx @@ -24,7 +24,7 @@ #include #include #include -#include "Fl_System_Driver.H" +#include "../../Fl_System_Driver.H" #include #include #include -- cgit v1.2.3