diff --git a/bindings/pascocoa/appkit/NSApplication.inc b/bindings/pascocoa/appkit/NSApplication.inc index 9d8bed6ca..825c3cd15 100644 --- a/bindings/pascocoa/appkit/NSApplication.inc +++ b/bindings/pascocoa/appkit/NSApplication.inc @@ -10,7 +10,7 @@ {$ifndef NSAPPLICATION_PAS_H} {$define NSAPPLICATION_PAS_H} -//#import +{$include NSResponder.inc} //#import { The version of the AppKit framework } @@ -100,6 +100,8 @@ APPKIT_EXTERN NSString *NSApplicationDidChangeScreenParametersNotification; } {$ifndef NSAPPLICATION_PAS_C} {$define NSAPPLICATION_PAS_C} +{$include NSResponder.inc} + //@class NSDate, NSDictionary, NSError, NSException, NSNotification; //@class NSGraphicsContext, NSImage, NSPasteboard, NSWindow; NSWindow = class;