Skip to content

Commit b6f96f2

Browse files
committed
Make building for cpp
1 parent 0955169 commit b6f96f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

XBMC Remote/Kodi Remote-Prefix.pch

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
#import <UIKit/UIKit.h>
2-
#import <Foundation/Foundation.h>
31
#import "ConvenienceMacros.h"
2+
3+
#ifdef __OBJC__
4+
#import <UIKit/UIKit.h>
5+
#import <Foundation/Foundation.h>
6+
#endif

0 commit comments

Comments
 (0)