summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-16 08:06:42 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-16 08:06:42 +0100
commitb12ec7d75ea7be7da3176592aa5cfc29ffd038bd (patch)
tree5f073aadbd1a682e5c4ddc85974f39b391539f41 /src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H
parent8bfb0aa75c05eee7134db0b1d48001c11ef7f561 (diff)
Add necessary #include <FL/platform.H> directive.
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H b/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H
index 966af9bff..b65d858b4 100644
--- a/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H
@@ -18,6 +18,7 @@
#define FL_WAYLAND_IMAGE_SURFACE_DRIVER_H
#include <FL/Fl_Image_Surface.H>
+#include <FL/platform.H>
class Fl_Wayland_Image_Surface_Driver : public Fl_Image_Surface_Driver {
virtual void end_current();