Skip to content

Commit a30f3d5

Browse files
committed
Add OpenCV include to pch file
1 parent c7704a8 commit a30f3d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Chapter2_iPhoneAR/Example_MarkerBasedAR/Example_MarkerBasedAR/Example_MarkerBasedAR-Prefix.pch

100755100644
+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
#warning "This project uses features only available in iOS SDK 5.0 and later."
99
#endif
1010

11+
#ifdef __cplusplus
12+
#include <opencv2/opencv.hpp>
13+
#endif
14+
1115
#ifdef __OBJC__
1216
#import <UIKit/UIKit.h>
1317
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)