diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt index b9655661..8e143dcc 100644 --- a/programs/CMakeLists.txt +++ b/programs/CMakeLists.txt @@ -1,9 +1,9 @@ add_subdirectory( cli_wallet ) +add_subdirectory( cli_full_wallet ) add_subdirectory( witness_node ) add_subdirectory( js_operation_serializer ) add_subdirectory( size_checker ) - set(BUILD_QT_GUI FALSE CACHE BOOL "Build the Qt-based light client GUI") if(BUILD_QT_GUI) add_subdirectory(light_client) diff --git a/programs/cli_full_wallet/main.cpp b/programs/cli_full_wallet/main.cpp index ba608c94..74765be3 100644 --- a/programs/cli_full_wallet/main.cpp +++ b/programs/cli_full_wallet/main.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include