From da5c3c2cbcf115db778af56c542d14a1860efe12 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 17 Feb 2012 09:19:15 +0000 Subject: Added missing #include git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9237 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Device.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index f008730c7..adab9d4bd 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -31,6 +31,7 @@ #include #include #include +#include class Fl_Graphics_Driver; class Fl_Font_Descriptor; @@ -386,7 +387,7 @@ public: /** Sets the current Fl_Font_Descriptor for the graphics driver */ inline void font_descriptor(Fl_Font_Descriptor *d) { font_descriptor_ = d;} /** \brief The destructor */ - virtual ~Fl_Graphics_Driver() { if (p) free(p); }; + virtual ~Fl_Graphics_Driver() { if (p) free(p); } }; #if defined(__APPLE__) || defined(FL_DOXYGEN) -- cgit v1.2.3