Skip to content

Commit a614efe

Browse files
committed
fixed missing include cstdint for build on aarch64 linux
1 parent 894ed64 commit a614efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/hwinfo/cpu.h

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <string>
1010
#include <vector>
11+
#include <cstdint>
1112

1213
namespace hwinfo {
1314

0 commit comments

Comments
 (0)