Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
178 stars 39 forks source link

Fixed a compilation error on Xcode 16 Beta #128

Closed MKW11 closed 1 month ago

MKW11 commented 1 month ago

Description

This PR fixes a compilation error in Xcode 16 Beta:

/mamba/mambaSharedFramework/Rapid Parser/RapidParserNewTagCallbacks.h:25:53: Missing '#include <_types/_uint64_t.h>'; 'uint64_t' must be declared before it is used

Change Notes

Added the necessary import where it is used.

Pre-submission Checklist

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

SensehacK commented 1 month ago

Which Xcode beta version are you on? Xcode 16.0 Beta 3

MKW11 commented 1 month ago

Which Xcode beta version are you on? Xcode 16.0 Beta 3 Yes