[GCC] Compatibility fix for GCC 13 (#3677)

Fixes ` ‘uint64_t’ does not name a type ` error under GCC 13
This commit is contained in:
JJ 2023-11-05 14:05:15 -05:00 committed by GitHub
parent 1420983700
commit d812310c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
#include <string>
#include <vector>
#include <stdint.h>
typedef struct eq_cpu_info_s {
std::string model;