]> Git Repo - VerusCoin.git/blobdiff - src/keystore.cpp
Cleanup code using forward declarations.
[VerusCoin.git] / src / keystore.cpp
index 301180737f97d6deea8605d993a2fff3879fc440..05427291e0d106584e4a56becf3f8ed0cec802a7 100644 (file)
@@ -4,8 +4,13 @@
 // 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;
This page took 0.022658 seconds and 4 git commands to generate.