Skip to content

Commit 2a7e686

Browse files
codablockUdjinM6
authored andcommitted
Include "clientversion.h" in rpc/masternode.cpp (#1979)
Otherwise it fails to compile when the wallet is disabled at compile time
1 parent ef1a86c commit 2a7e686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/masternode.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include "activemasternode.h"
66
#include "base58.h"
7+
#include "clientversion.h"
78
#include "init.h"
89
#include "netbase.h"
910
#include "validation.h"

0 commit comments

Comments
 (0)