From eaa14a1ff9fca62d70bf2c502c816c67287cb4a6 Mon Sep 17 00:00:00 2001 From: Konstantin LEONTEV Date: Thu, 17 Nov 2022 11:42:32 +0300 Subject: [PATCH] [bos #32517][EDF] Dynamic log messages: fix compile error because of printing std::pair to cout on Fedora 36 --- src/DSC/DSC_User/Datastream/GenericPort.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DSC/DSC_User/Datastream/GenericPort.hxx b/src/DSC/DSC_User/Datastream/GenericPort.hxx index 5a191470a..7d14af3c2 100644 --- a/src/DSC/DSC_User/Datastream/GenericPort.hxx +++ b/src/DSC/DSC_User/Datastream/GenericPort.hxx @@ -39,6 +39,7 @@ #include "Utils_SALOME_Exception.hxx" #include "DSC_Exception.hxx" #include "utilities.h" +#include "DisplayPair.hxx" #include #include -- 2.39.2