Skip to content

Commit a991497

Browse files
authored
Merge pull request #95 from thesamesam/gcc13
Fix build with GCC 13
2 parents 6d96a8a + 59cca00 commit a991497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/cpu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef CPU_H_
2020
#define CPU_H_
2121

22+
#include <cstdint>
2223
#include <sys/types.h>
2324

2425
#if defined(__APPLE__) && defined(__MACH__)

0 commit comments

Comments
 (0)