Add missing includes and update utfcpp

This commit is contained in:
Georg Hagen
2025-09-30 00:47:06 +02:00
parent e97d33e7a1
commit 15a2527d9c
2 changed files with 3 additions and 1 deletions

View File

@@ -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)

View File

@@ -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>