diff options
Diffstat (limited to 'src/rpc/mining.h')
-rw-r--r-- | src/rpc/mining.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mining.h b/src/rpc/mining.h index 868d7002b5..8d46273159 100644 --- a/src/rpc/mining.h +++ b/src/rpc/mining.h @@ -5,7 +5,7 @@ #ifndef BITCOIN_RPC_MINING_H #define BITCOIN_RPC_MINING_H -#include "script/script.h" +#include <script/script.h> #include <univalue.h> |