aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keystore.cpp')
-rw-r--r--src/keystore.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp
index 808f8c24ef..05427291e0 100644
--- a/src/keystore.cpp
+++ b/src/keystore.cpp
@@ -1,11 +1,16 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
-// Copyright (c) 2009-2012 The Bitcoin developers
+// Copyright (c) 2009-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "keystore.h"
+
+#include "crypter.h"
+#include "key.h"
#include "script.h"
+#include <boost/foreach.hpp>
+
bool CKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const
{
CKey key;