Merge pull request #95 from thesamesam/gcc13

Fix build with GCC 13
This commit is contained in:
Matt McCormick 2023-04-27 14:39:01 -04:00 committed by GitHub
commit a991497b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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__)