tvOS build fix (#16363)

This commit is contained in:
Eric Warmenhoven 2024-03-16 15:30:11 -04:00 committed by GitHub
parent cc97df732c
commit 68df74e628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,10 @@
#include "../play_feature_delivery/play_feature_delivery.h"
#endif
#ifdef IOS
#include "JITSupport.h"
#endif
#ifdef HAVE_CDROM
#include <vfs/vfs_implementation_cdrom.h>
#include <media/media_detect_cd.h>