This commit is contained in:
jl777
2018-04-16 08:00:07 +03:00
parent 12b1a8af4c
commit e8972fab17

View File

@@ -8,6 +8,7 @@
#include "wallet/crypter.h" #include "wallet/crypter.h"
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include "komodo_globals.h"
void show_help() void show_help()
{ {
@@ -336,4 +337,4 @@ int main(int argc, char* argv[])
return 0; return 0;
else else
return -1; return -1;
} }