Fix build with GCC 13 (#1124)

GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some
are no longer transitively included.

See https://gnu.org/software/gcc/gcc-13/porting_to.html.

Bug: https://bugs.gentoo.org/894742
This commit is contained in:
Sam James 2023-04-26 13:22:43 +01:00 committed by GitHub
parent 7126c7167f
commit 481f08199c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
#ifndef SAMPLE_FORMAT_H
#define SAMPLE_FORMAT_H
#include <cstdint>
#include <string>