diff --git a/modules/core/perf/perf_merge.cpp b/modules/core/perf/perf_merge.cpp index af0aa25030..576ad23ea2 100644 --- a/modules/core/perf/perf_merge.cpp +++ b/modules/core/perf/perf_merge.cpp @@ -6,7 +6,7 @@ using namespace perf; using std::tr1::make_tuple; using std::tr1::get; -typedef std::tr1::tuple Size_SrcDepth_DstChannels_t; +typedef std::tr1::tuple Size_SrcDepth_DstChannels_t; typedef perf::TestBaseWithParam Size_SrcDepth_DstChannels; PERF_TEST_P( Size_SrcDepth_DstChannels, merge, diff --git a/modules/core/perf/perf_split.cpp b/modules/core/perf/perf_split.cpp index 1629653d69..db75165f20 100644 --- a/modules/core/perf/perf_split.cpp +++ b/modules/core/perf/perf_split.cpp @@ -6,7 +6,7 @@ using namespace perf; using std::tr1::make_tuple; using std::tr1::get; -typedef std::tr1::tuple Size_Depth_Channels_t; +typedef std::tr1::tuple Size_Depth_Channels_t; typedef perf::TestBaseWithParam Size_Depth_Channels; PERF_TEST_P( Size_Depth_Channels, split,