mirror of https://github.com/fltk/fltk
Add necessary #include <FL/platform.H> directive.
This commit is contained in:
parent
8bfb0aa75c
commit
b12ec7d75e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue