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
[x] I ran the unit tests locally before checking in.
[x] 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.
Description
This PR fixes a compilation error in Xcode 16 Beta:
Change Notes
Added the necessary import where it is used.
Pre-submission Checklist