Skip to content
Commit 3a0cf575 authored by Sam James's avatar Sam James Committed by Heiko Becker
Browse files

samba: 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 uint32_t.

Bug: https://bugs.gentoo.org/885315
parent 47119aad
Pipeline #320136 passed with stage
in 1 minute
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