Repair incorrect path in #include directive
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

This commit is contained in:
ManoloFLTK
2025-01-11 17:49:44 +01:00
parent 45239af178
commit 06418e4b21
+1 -1
View File
@@ -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>