aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_ismine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/wallet_ismine.h')
-rw-r--r--src/wallet/wallet_ismine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet_ismine.h b/src/wallet/wallet_ismine.h
index 5b9b0e0841..9619410e77 100644
--- a/src/wallet/wallet_ismine.h
+++ b/src/wallet/wallet_ismine.h
@@ -9,6 +9,8 @@
#include "key.h"
#include "script/standard.h"
+#include <stdint.h>
+
class CKeyStore;
class CScript;