diff options
Diffstat (limited to 'src/noui.h')
-rw-r--r-- | src/noui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/noui.h b/src/noui.h index afb19526c1..d0072df7f2 100644 --- a/src/noui.h +++ b/src/noui.h @@ -5,6 +5,8 @@ #define BITCOIN_NOUI_H #include <string> +#include <boost/function.hpp> +#include "wallet.h" typedef void wxWindow; #define wxYES 0x00000002 |