diff options
author | Anthony Towns <aj@erisian.com.au> | 2018-07-09 18:15:50 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2018-07-09 22:21:15 +1000 |
commit | 9a44db2e46af2b73e0dbaa929244161b18c15162 (patch) | |
tree | caff85feeaa6af556416c94af0dd10e33c19a954 /src/wallet/init.cpp | |
parent | 88a15ebc8d317a6fd4851adb344ff944d497284c (diff) |
Add outputtype module
Moves OutputType into its own module
Diffstat (limited to 'src/wallet/init.cpp')
-rw-r--r-- | src/wallet/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/init.cpp b/src/wallet/init.cpp index 74312b7124..076134cdd1 100644 --- a/src/wallet/init.cpp +++ b/src/wallet/init.cpp @@ -7,6 +7,7 @@ #include <init.h> #include <net.h> #include <scheduler.h> +#include <outputtype.h> #include <util.h> #include <utilmoneystr.h> #include <validation.h> |