Skip to content

Fixed a compilation error on Xcode 16 Beta#128

Merged
rmigneco merged 1 commit intoComcast:develop_1.xfrom
MKW11:fix/xcode_16_compilation_error
Jul 17, 2024
Merged

Fixed a compilation error on Xcode 16 Beta#128
rmigneco merged 1 commit intoComcast:develop_1.xfrom
MKW11:fix/xcode_16_compilation_error

Conversation

@MKW11
Copy link
Copy Markdown

@MKW11 MKW11 commented Jul 17, 2024

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 <stdint.h> import where it is used.

Pre-submission Checklist

  • I ran the unit tests locally before checking in.
  • I made sure there were no compiler warnings before checking in.
  • I have written useful documentation for all public code.
  • I have written unit tests for this new feature.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jul 17, 2024

CLA assistant check
All committers have signed the CLA.

@SensehacK
Copy link
Copy Markdown
Collaborator

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

@MKW11
Copy link
Copy Markdown
Author

MKW11 commented Jul 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants