forked from pool/nodejs-electron
12 lines
381 B
Diff
12 lines
381 B
Diff
|
|
--- src/device/base/synchronization/one_writer_seqlock.h.old 2023-03-07 10:51:25.662757600 +0000
|
||
|
|
+++ src/device/base/synchronization/one_writer_seqlock.h 2023-03-07 18:51:45.647766600 +0000
|
||
|
|
@@ -6,6 +6,8 @@
|
||
|
|
#define DEVICE_BASE_SYNCHRONIZATION_ONE_WRITER_SEQLOCK_H_
|
||
|
|
|
||
|
|
#include <atomic>
|
||
|
|
+#include <cstddef>
|
||
|
|
+#include <cstdint>
|
||
|
|
#include <type_traits>
|
||
|
|
|
||
|
|
#include "base/atomicops.h"
|