1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add some headers to unbreak with Gcc 10.

This commit is contained in:
Thierry Thomas 2021-01-15 11:16:10 +00:00
parent 356b8553c5
commit 55da7590ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561633
11 changed files with 110 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- mfront/src/BehaviourMaterialProperty.cxx.orig 2019-04-04 06:48:40 UTC
+++ mfront/src/BehaviourMaterialProperty.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include <ostream>
#include "TFEL/Raise.hxx"
#include "MFront/MFrontLogStream.hxx"
#include "MFront/BehaviourDescription.hxx"

View File

@ -0,0 +1,10 @@
--- mfront/src/BroydenSolvers.cxx.orig 2019-04-04 06:48:40 UTC
+++ mfront/src/BroydenSolvers.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include <ostream>
#include "MFront/MFrontDebugMode.hxx"
#include "MFront/BehaviourDescription.hxx"
#include "MFront/PerformanceProfiling.hxx"

View File

@ -0,0 +1,10 @@
--- mfront/src/LevenbergMarquardtSolvers.cxx.orig 2019-04-04 06:48:40 UTC
+++ mfront/src/LevenbergMarquardtSolvers.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include <ostream>
#include "MFront/MFrontDebugMode.hxx"
#include "MFront/BehaviourDescription.hxx"
#include "MFront/PerformanceProfiling.hxx"

View File

@ -0,0 +1,10 @@
--- mfront/src/NewtonRaphsonSolvers.cxx.orig 2019-04-04 06:48:40 UTC
+++ mfront/src/NewtonRaphsonSolvers.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include <ostream>
#include "TFEL/Raise.hxx"
#include "MFront/MFrontDebugMode.hxx"
#include "MFront/BehaviourDescription.hxx"

View File

@ -0,0 +1,10 @@
--- mfront/src/SecondBroydenSolver.cxx.orig 2019-04-04 06:48:40 UTC
+++ mfront/src/SecondBroydenSolver.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include <ostream>
#include "MFront/MFrontDebugMode.hxx"
#include "MFront/BehaviourDescription.hxx"
#include "MFront/PerformanceProfiling.hxx"

View File

@ -0,0 +1,10 @@
--- mtest/src/AsterCohesiveZoneModel.cxx.orig 2019-04-04 06:48:40 UTC
+++ mtest/src/AsterCohesiveZoneModel.cxx
@@ -12,6 +12,7 @@
*/
#include<cmath>
+#include<ostream>
#include<algorithm>
#include"TFEL/Raise.hxx"

View File

@ -0,0 +1,10 @@
--- mtest/src/Behaviour.cxx.orig 2019-04-04 06:48:40 UTC
+++ mtest/src/Behaviour.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include <ostream>
#include <stdexcept>
#include "TFEL/Raise.hxx"

View File

@ -0,0 +1,10 @@
--- mtest/src/NonLinearConstraint.cxx.orig 2019-04-04 06:48:40 UTC
+++ mtest/src/NonLinearConstraint.cxx
@@ -13,6 +13,7 @@
#include <cmath>
#include <string>
+#include <ostream>
#include "TFEL/Raise.hxx"
#include "MFront/MFrontLogStream.hxx"
#include "MTest/Behaviour.hxx"

View File

@ -0,0 +1,10 @@
--- mtest/src/PipeCubicElement.cxx.orig 2019-04-04 06:48:40 UTC
+++ mtest/src/PipeCubicElement.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include<ostream>
#include"TFEL/Material/ModellingHypothesis.hxx"
#include"MFront/MFrontLogStream.hxx"
#include"MTest/RoundingMode.hxx"

View File

@ -0,0 +1,10 @@
--- mtest/src/PipeLinearElement.cxx.orig 2019-04-04 06:48:40 UTC
+++ mtest/src/PipeLinearElement.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include<ostream>
#include"TFEL/Material/ModellingHypothesis.hxx"
#include"MFront/MFrontLogStream.hxx"
#include"MTest/RoundingMode.hxx"

View File

@ -0,0 +1,10 @@
--- mtest/src/PipeQuadraticElement.cxx.orig 2019-04-04 06:48:40 UTC
+++ mtest/src/PipeQuadraticElement.cxx
@@ -11,6 +11,7 @@
* project under specific licensing conditions.
*/
+#include<ostream>
#include"TFEL/Material/ModellingHypothesis.hxx"
#include"MFront/MFrontLogStream.hxx"
#include"MTest/RoundingMode.hxx"