From a00b31a9b6394a674fc3909c4b462aef6f64d790 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 12 Feb 2020 15:56:09 +0300 Subject: [PATCH] coretests: build fixed --- tests/core_tests/chaingen_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp index 386bf3fb..6acc5d5b 100644 --- a/tests/core_tests/chaingen_main.cpp +++ b/tests/core_tests/chaingen_main.cpp @@ -8,7 +8,7 @@ #include "chaingen_tests_list.h" #include "common/command_line.h" #include "transaction_tests.h" -#include "../../src/gui/qt-daemon/application/core_fast_rpc_proxy.h" +#include "../../src/wallet/core_fast_rpc_proxy.h" #include "test_core_proxy.h" #include "currency_core/bc_offers_service.h" #include "random_helper.h"