]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
ajout includes
authorNathalieGore <nathalie.gore@opencascade.com>
Tue, 27 Aug 2024 11:07:30 +0000 (13:07 +0200)
committerNathalieGore <nathalie.gore@opencascade.com>
Tue, 27 Aug 2024 11:07:30 +0000 (13:07 +0200)
src/HOMARD/HOMARD_Boundary.cxx
src/HOMARD/HOMARD_Cas.cxx
src/HOMARD/HOMARD_Hypothesis.cxx
src/HOMARD/HOMARD_Iteration.cxx
src/HOMARD/HOMARD_YACS.cxx
src/HOMARD/HOMARD_Zone.cxx

index eb431c4b6be9f82875918a648276c707d08a9118..57230415d620e7d5ada1adf45d1c71d8cdaa7681 100644 (file)
@@ -34,6 +34,7 @@
 #include "HOMARD_Boundary.hxx"
 #include "HOMARD.hxx"
 #include "utilities.h"
+#include <sstream>
 
 //=============================================================================
 /*!
index 4b67d08cda5b76902acdf9aee98ece1c6a66db3a..430506a96e484ac03d2ecc2385a3dd53aa9d696b 100644 (file)
@@ -35,6 +35,7 @@
 #include "utilities.h"
 #include "HOMARD.hxx"
 #include <iostream>
+#include <sstream>
 #include <sys/stat.h>
 
 #ifndef WIN32
index 57dcb3e3450bb90e7ce2147ab86925a3d422402b..b2dffe98b915ab09c160f1656c837cbfef2ecee7 100644 (file)
@@ -34,6 +34,7 @@
 #include "HOMARD_Hypothesis.hxx"
 #include "HOMARD.hxx"
 #include "utilities.h"
+#include <sstream>
 
 //=============================================================================
 /*!
index 0101bd91a0e2bf5acb07c5524dbf8822305e32bd..f1863ff1f55dd6a999d2743013d9002860720130 100644 (file)
@@ -34,6 +34,7 @@
 #include "HOMARD_Iteration.hxx"
 #include "HOMARD.hxx"
 #include "utilities.h"
+#include <sstream>
 
 //=============================================================================
 /*!
index a124cb1e1fb5e4d8ac7c341985c791436c1b10a4..dae4f37be8e534317c5ae8e652b2beee9993e07d 100644 (file)
@@ -33,6 +33,7 @@
 
 #include "HOMARD_YACS.hxx"
 #include "utilities.h"
+#include <sstream>
 
 //=============================================================================
 /*!
index 556c770c552858aab729fa9bcaa6dea579fd4b9a..5dfac337e8e678bcc860c6bd89e133707402ba0e 100644 (file)
@@ -34,6 +34,7 @@
 #include "HOMARD_Zone.hxx"
 #include "HOMARD.hxx"
 #include "utilities.h"
+#include <sstream>
 
 //=============================================================================
 /*!