diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-26 19:23:24 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-26 19:23:24 +0200 |
commit | e8ef3da7133dd9fc411fa8b3cc8b8fc2f9c58a98 (patch) | |
tree | a6ff0ef6f8cdd85323acc1233a29891346b994fc /src/qtui.h | |
parent | d99f5a470c8c4e80223f7a78679db58db78ee979 (diff) |
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Diffstat (limited to 'src/qtui.h')
-rw-r--r-- | src/qtui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtui.h b/src/qtui.h index 42f44e0d04..a3b9eb0148 100644 --- a/src/qtui.h +++ b/src/qtui.h @@ -6,6 +6,7 @@ #include <string> #include <boost/function/function0.hpp> +#include "wallet.h" typedef void wxWindow; #define wxYES 0x00000002 |