Update CMakeLists.txt - play with openssl
[novacoin.git] / src / init.h
index 84f2712..e2f3d25 100644 (file)
@@ -5,7 +5,9 @@
 #ifndef BITCOIN_INIT_H
 #define BITCOIN_INIT_H
 
-#include "wallet.h"
+#include <string>
+
+class CWallet;
 
 extern CWallet* pwalletMain;
 extern std::string strWalletFileName;