Skip to content

Commit 2c6468f

Browse files
committed
Fixing missing import
1 parent 9537faa commit 2c6468f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Lumberjack/DDTTYLogger.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#import <Foundation/Foundation.h>
2-
3-
#if !TARGET_OS_IPHONE
2+
#if TARGET_OS_IPHONE
3+
#import <UIKit/UIColor.h>
4+
#else
45
#import <AppKit/NSColor.h>
56
#endif
67

0 commit comments

Comments
 (0)