Skip to content

cgraph: fix missing #include of stdint.h

This header uses uint64_t that is defined in stdint.h. This arguably could be considered an API break, but the upcoming release is a major version bump anyway.

Merge request reports