From 23d6a7d209fbb67a164091e202a117cefef8d0ca Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 13 May 2009 14:11:43 +0000 Subject: [PATCH] Issue 0020350: compatibility gcc4.3.2 --- src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx | 1 + src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx index 801307cec..7edbea023 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx @@ -36,6 +36,7 @@ #include #include +#include using namespace std; diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx index ee5457b34..d0b767b49 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx @@ -38,6 +38,7 @@ #include "HDFOI.hxx" #include #include +#include using namespace std; -- 2.39.2