diff options
Diffstat (limited to 'ide/Xcode3/fltk.pch')
| -rw-r--r-- | ide/Xcode3/fltk.pch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ide/Xcode3/fltk.pch b/ide/Xcode3/fltk.pch index b02c91181..83be8d454 100644 --- a/ide/Xcode3/fltk.pch +++ b/ide/Xcode3/fltk.pch @@ -6,3 +6,6 @@ #import <Cocoa/Cocoa.h> #endif +#ifdef FL_LIBRARY +#include <Carbon/Carbon.h> +#endif |
