Closed EduMenges closed 3 months ago
Newer versions of the C++ standard library (both LLVM's libc++ and GNU's libstdc++ excluded cstdint inclusion on string, breaking compilations of the project.
libc++
libstdc++
cstdint
string
This PR adds cstdint inclusion manually to the affected files.
Newer versions of the C++ standard library (both LLVM's
libc++
and GNU'slibstdc++
excludedcstdint
inclusion onstring
, breaking compilations of the project.This PR adds
cstdint
inclusion manually to the affected files.