Add missing includes and update utfcpp
This commit is contained in:
2
3rdParty/utfcpp/CMakeLists.txt
vendored
2
3rdParty/utfcpp/CMakeLists.txt
vendored
@@ -8,7 +8,7 @@ FetchContent_Declare(
|
|||||||
utfcpp
|
utfcpp
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
GIT_REPOSITORY ${UTFCPP_REPO}
|
GIT_REPOSITORY ${UTFCPP_REPO}
|
||||||
GIT_TAG v4.0.6
|
GIT_TAG v4.0.8
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
)
|
)
|
||||||
set(UTF8_TESTS OFF CACHE BOOL "" FORCE)
|
set(UTF8_TESTS OFF CACHE BOOL "" FORCE)
|
||||||
|
|||||||
@@ -12,6 +12,8 @@
|
|||||||
#import <ARKit/ARDepthData.h>
|
#import <ARKit/ARDepthData.h>
|
||||||
#import <ARKit/ARLightEstimate.h>
|
#import <ARKit/ARLightEstimate.h>
|
||||||
#import <ARKit/ARPointCloud.h>
|
#import <ARKit/ARPointCloud.h>
|
||||||
|
#import <UIKit/UIInterface.h>
|
||||||
|
#import <UIKit/UIOrientation.h>
|
||||||
#import <CoreVideo/CoreVideo.h>
|
#import <CoreVideo/CoreVideo.h>
|
||||||
#import <ImageIO/CGImageProperties.h>
|
#import <ImageIO/CGImageProperties.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user