diff --git a/tests/cli/main.cpp b/tests/cli/main.cpp index b94e1b1a..aea501b6 100644 --- a/tests/cli/main.cpp +++ b/tests/cli/main.cpp @@ -27,6 +27,7 @@ #include #include +#include #include #include @@ -117,6 +118,7 @@ std::shared_ptr start_application(fc::temp_directory std::shared_ptr app1(new graphene::app::application{}); app1->register_plugin< graphene::bookie::bookie_plugin>(); + app1->register_plugin(); app1->startup_plugins(); boost::program_options::variables_map cfg; #ifdef _WIN32