Skip to content

Commit 97e72a5

Browse files
committed
Make building for cpp
1 parent 9c782b2 commit 97e72a5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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)