Add cli_full_wallet to CMakeLists.txt, fix include

This commit is contained in:
theoreticalbts 2015-08-03 11:37:11 -04:00
parent c7444f8d4d
commit 97137c8808
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -30,7 +30,7 @@
#include <fc/rpc/websocket_api.hpp>
#include <graphene/app/api.hpp>
#include <graphene/chain/address.hpp>
#include <graphene/chain/protocol/address.hpp>
#include <graphene/utilities/key_conversion.hpp>
#include <graphene/wallet/wallet.hpp>