diff --git a/src/wallet-utility.cpp b/src/wallet-utility.cpp index f36785df3..f27d50aef 100644 --- a/src/wallet-utility.cpp +++ b/src/wallet-utility.cpp @@ -8,6 +8,7 @@ #include "wallet/crypter.h" #include +#include "komodo_globals.h" void show_help() { @@ -336,4 +337,4 @@ int main(int argc, char* argv[]) return 0; else return -1; -} \ No newline at end of file +}