summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLitvinenkoIra <ilytvynenko@luxoft.com>2019-09-04 14:38:20 +0300
committerLitvinenkoIra <ilytvynenko@luxoft.com>2019-09-04 14:38:20 +0300
commitfdf609fa68c3364385e55fc4e6e3fa1a94790fb3 (patch)
treee7b66429810d4f028d93b8eba4e1e14c9893dddf
parentbc8288d775d8d088c203ba9500ed6fcb9fab95b4 (diff)
downloadsdl_core-fix/build_with_USE_COTIRE_OFF.tar.gz
Fix build with USE_COTIRE = OFFfix/build_with_USE_COTIRE_OFF
-rw-r--r--src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/vehicle_data_item_schema_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/vehicle_data_item_schema_test.cc b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/vehicle_data_item_schema_test.cc
index 1fcd5a0a60..65fecd7d4e 100644
--- a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/vehicle_data_item_schema_test.cc
+++ b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/vehicle_data_item_schema_test.cc
@@ -35,6 +35,7 @@
#include <type_traits>
#include "formatters/formatter_json_rpc.h"
#include "formatters/generic_json_formatter.h"
+#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "interfaces/HMI_API.h"
#include "smart_objects/smart_object.h"
@@ -52,7 +53,6 @@ using ::testing::NiceMock;
using ::testing::Return;
using ::testing::ReturnRef;
-using application_manager::MockMessageHelper;
using ErrorCode = smart_objects::errors::eType;
namespace {