diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-01-11 17:49:44 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-01-11 17:49:44 +0100 |
| commit | 06418e4b219add0ff31186effbdd01ecb0f00a28 (patch) | |
| tree | c73f32fd2e5cc1b5f6ad2bc433bcc5f5bebdcf01 /src/drivers | |
| parent | 45239af178e8efa6734087e52a50e2f863cb61f6 (diff) | |
Repair incorrect path in #include directive
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/SVG/Fl_SVG_File_Surface.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <FL/math.h> #include <FL/Fl_Widget_Surface.H> #include <FL/Fl_Graphics_Driver.H> -#include "Fl_System_Driver.H" +#include "../../Fl_System_Driver.H" #include <FL/Fl.H> #include <FL/Fl_RGB_Image.H> #include <FL/Fl_Pixmap.H> |
