Skip to content
Commit 0ef772c3 authored by Sam James's avatar Sam James
Browse files

asn1: Fix build with GCC 13 (add missing <cstdint> include)

GCC 13 (as usual for new compiler releases) shuffles around some
internal includes and so <cstdint> is no longer transitively included.

Explicitly include <cstdint> for uint8_t.

Bug: https://bugs.gentoo.org/885423
parent 464803f9
Pipeline #284336 passed with stage
in 12 minutes and 25 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment