8
0
Files
nodejs-electron/profiler-missing-uintptr_t.patch

11 lines
171 B
Diff
Raw Normal View History

--- a/base/debug/profiler.h
+++ b/base/debug/profiler.h
@@ -6,6 +6,7 @@
#define BASE_DEBUG_PROFILER_H_
#include <stddef.h>
+#include <stdint.h>
#include <string>