Add required import to NSView.h

This commit is contained in:
ethanc8 2024-01-06 13:21:03 -06:00
parent 80fa9c9deb
commit 882de64435

View file

@ -34,6 +34,7 @@
#define _GNUstep_H_NSView
#import <AppKit/AppKitDefines.h>
#import <AppKit/NSAppearance.h>
#import <AppKit/NSGraphicsContext.h>
#import <AppKit/NSResponder.h>
#import <AppKit/NSUserInterfaceLayout.h>