From e8972fab176c32f6de15f6f4dd5e6798cdbbc9f7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 08:00:07 +0300 Subject: [PATCH] Fix --- src/wallet-utility.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}