Add necessary #include <FL/platform.H> directive.

This commit is contained in:
ManoloFLTK 2022-03-16 08:06:42 +01:00
parent 8bfb0aa75c
commit b12ec7d75e
1 changed files with 1 additions and 0 deletions

View File

@ -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();