Fix build with GCC 13

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/895304
This commit is contained in:
Sam James 2023-04-18 04:25:00 +01:00
parent 6d96a8a490
commit 59cca005e4
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

@ -19,6 +19,7 @@
#ifndef CPU_H_
#define CPU_H_
#include <cstdint>
#include <sys/types.h>
#if defined(__APPLE__) && defined(__MACH__)