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

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-03-26 17:54:34 +00:00
parent ba239c1ea1
commit e31adcf1b9

View File

@ -23,6 +23,7 @@
#include "Fl_GDI_Graphics_Driver.H"
#include <FL/Fl_Image_Surface.H>
#include <FL/fl_draw.H>
#include <FL/x.H>
#include <windows.h>
class Fl_GDI_Image_Surface_Driver : public Fl_Image_Surface_Driver {