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:
parent
6d96a8a490
commit
59cca005e4
@ -19,6 +19,7 @@
|
|||||||
#ifndef CPU_H_
|
#ifndef CPU_H_
|
||||||
#define CPU_H_
|
#define CPU_H_
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#if defined(__APPLE__) && defined(__MACH__)
|
#if defined(__APPLE__) && defined(__MACH__)
|
||||||
|
Loading…
Reference in New Issue
Block a user