Salome HOME
Issue 0020350: compatibility gcc4.3.2
authorvsr <vsr@opencascade.com>
Wed, 13 May 2009 14:11:43 +0000 (14:11 +0000)
committervsr <vsr@opencascade.com>
Wed, 13 May 2009 14:11:43 +0000 (14:11 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx
src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx

index 801307cecb0060e06522ab1b79d7f1b2b443e323..7edbea0230ed7582e92736a42292c2c093cf82ac 100644 (file)
@@ -36,6 +36,7 @@
 
 #include <HDFOI.hxx>
 #include <stdlib.h> 
+#include <string.h> 
 
 using namespace std;
 
index ee5457b34709f05b3e18ba06ddb4a39647bf493b..d0b767b4978a80e04671c289a67c13cd0700270a 100644 (file)
@@ -38,6 +38,7 @@
 #include "HDFOI.hxx"
 #include <iostream>
 #include <stdlib.h>
+#include <string.h>
 
 using namespace std;