From 532e564593c3e1b810c5f2a70e3c86409812b132 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 29 Mar 2016 20:10:37 +0000 Subject: Add #include needed in mac.H git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 1 + 1 file changed, 1 insertion(+) diff --git a/FL/mac.H b/FL/mac.H index c2e6d54e5..f00fe240d 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -33,6 +33,7 @@ typedef class FLWindow *Window; // pointer to the FLWindow objective-c class #endif // __OBJC__ #include +#include // for Fl_Callback #if !(defined(FL_LIBRARY) || defined(FL_INTERNALS)) // this part is used when compiling an application program -- cgit v1.2.3