aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/register.h')
-rw-r--r--src/rpc/register.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc/register.h b/src/rpc/register.h
index c88f49ecf0..65fd29ff08 100644
--- a/src/rpc/register.h
+++ b/src/rpc/register.h
@@ -5,6 +5,8 @@
#ifndef BITCOIN_RPC_REGISTER_H
#define BITCOIN_RPC_REGISTER_H
+#include <config/bitcoin-config.h> // IWYU pragma: keep
+
/** These are in one header file to avoid creating tons of single-function
* headers for everything under src/rpc/ */
class CRPCTable;