Skip to content

Commit f0f5070

Browse files
committed
Make building for cpp
1 parent 3051755 commit f0f5070

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

XBMC Remote/Kodi Remote-Prefix.pch

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#import "ConvenienceMacros.h"
22

3-
@import UIKit;
4-
@import Foundation;
3+
#ifdef __OBJC__
4+
#include <UIKit/UIKit.h>
5+
#include <Foundation/Foundation.h>
6+
#endif

0 commit comments

Comments
 (0)