Add #include <FL/Fl_Widget.H> needed in mac.H

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-03-29 20:10:37 +00:00
parent 9a521b95b9
commit 532e564593
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ typedef class FLWindow *Window; // pointer to the FLWindow objective-c class
#endif // __OBJC__
#include <FL/Fl_System_Driver.H>
#include <FL/Fl_Widget.H> // for Fl_Callback
#if !(defined(FL_LIBRARY) || defined(FL_INTERNALS)) // this part is used when compiling an application program