forked from pool/nodejs-electron
11 lines
246 B
Diff
11 lines
246 B
Diff
|
|
--- src/base/cpu.h.old 2023-05-14 17:31:50.347217900 +0000
|
||
|
|
+++ src/base/cpu.h 2023-05-14 20:13:48.498518900 +0000
|
||
|
|
@@ -5,6 +5,7 @@
|
||
|
|
#ifndef BASE_CPU_H_
|
||
|
|
#define BASE_CPU_H_
|
||
|
|
|
||
|
|
+#include <cstdint>
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
#include "base/base_export.h"
|