MaskRay / ccls

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Apache License 2.0
3.78k stars 260 forks source link

utils: Add `<cstdint>` #968

Closed thesamesam closed 1 month ago

thesamesam commented 3 months ago

utils uses uint64_t without including <cstdint> which fails to build w/ GCC 15 after a change in libstdc++ [0]

[0] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2

thesamesam commented 1 month ago

@MaskRay ping

MaskRay commented 1 month ago

Thanks:) And thanks for the mention, otherwise I could easily neglect notifications :)