From 6fa12067845e242028a9bfd70c8e505d2b0fbf23 Mon Sep 17 00:00:00 2001 From: Alexandr-Solovev Date: Wed, 7 Aug 2024 01:55:38 -0700 Subject: [PATCH] minor fix for zscore --- cpp/daal/include/algorithms/normalization/zscore_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/daal/include/algorithms/normalization/zscore_types.h b/cpp/daal/include/algorithms/normalization/zscore_types.h index 167768e9873..9edc9e00eea 100644 --- a/cpp/daal/include/algorithms/normalization/zscore_types.h +++ b/cpp/daal/include/algorithms/normalization/zscore_types.h @@ -162,7 +162,7 @@ namespace interface2 * \brief Provides methods to access final results obtained with the compute() method of the * z-score normalization algorithm in the batch processing mode */ -class Result : public daal::algorithms::Result +class DAAL_EXPORT Result : public daal::algorithms::Result { public: DECLARE_SERIALIZABLE_CAST(Result)