diff options
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |