Skip to content

Commit 3eee386

Browse files
committed
include cocoa in nodewrapper.h since we use that include outside of anything that already includes cocoa, and it relies on cocoa apis
1 parent 59f7ba4 commit 3eee386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mac/node-shell/node-shell/NodeWrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10+
#import <Cocoa/Cocoa.h>
1011

1112
@interface NodeWrapper : NSObject {
1213
NSTask *task;

0 commit comments

Comments
 (0)