move wallet code to separate file
[novacoin.git] / src / ui.h
index 16643db..3f06ad9 100644 (file)
--- a/src/ui.h
+++ b/src/ui.h
@@ -4,6 +4,9 @@
 #ifndef BITCOIN_UI_H
 #define BITCOIN_UI_H
 
+#include <boost/function.hpp>
+#include "wallet.h"
+
 DECLARE_EVENT_TYPE(wxEVT_UITHREADCALL, -1)