aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqabstractnotifier.h
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-10-10 18:08:35 +0200
committerMacroFake <falke.marco@gmail.com>2022-10-10 18:08:45 +0200
commit9ca39d69dfe03c19662867c3d53a5e6e41277d4a (patch)
tree721d86832dcd7e9e62a64cd5cc2077f0df634541 /src/zmq/zmqabstractnotifier.h
parent57c192767b0e24e51f2f777668ba6f5173f8960d (diff)
parent13afcc0cd4c2975852924d2d9be5e96096147716 (diff)
downloadbitcoin-9ca39d69dfe03c19662867c3d53a5e6e41277d4a.tar.xz
Merge bitcoin/bitcoin#26254: iwyu: Add zmq source files
13afcc0cd4c2975852924d2d9be5e96096147716 iwyu: Add zmq source files (Hennadii Stepanov) Pull request description: ACKs for top commit: fanquake: ACK 13afcc0cd4c2975852924d2d9be5e96096147716 Tree-SHA512: 7af95e991fc2782aeba2edfef0a2f75f9c361058295586adb062087aa31c47cfcce2425aee9dd5153e18e018cf1f9272c9617c671b7262db55f241526c3fcb15
Diffstat (limited to 'src/zmq/zmqabstractnotifier.h')
-rw-r--r--src/zmq/zmqabstractnotifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq/zmqabstractnotifier.h b/src/zmq/zmqabstractnotifier.h
index fa3944e32b..97c2599366 100644
--- a/src/zmq/zmqabstractnotifier.h
+++ b/src/zmq/zmqabstractnotifier.h
@@ -5,7 +5,7 @@
#ifndef BITCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H
#define BITCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H
-
+#include <cstdint>
#include <memory>
#include <string>