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:
parent
356b8553c5
commit
55da7590ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561633
@ -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"
|
10
science/tfel-edf/files/patch-mfront_src_BroydenSolvers.cxx
Normal file
10
science/tfel-edf/files/patch-mfront_src_BroydenSolvers.cxx
Normal 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"
|
@ -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"
|
@ -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"
|
@ -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"
|
@ -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"
|
10
science/tfel-edf/files/patch-mtest_src_Behaviour.cxx
Normal file
10
science/tfel-edf/files/patch-mtest_src_Behaviour.cxx
Normal 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"
|
@ -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"
|
10
science/tfel-edf/files/patch-mtest_src_PipeCubicElement.cxx
Normal file
10
science/tfel-edf/files/patch-mtest_src_PipeCubicElement.cxx
Normal 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"
|
10
science/tfel-edf/files/patch-mtest_src_PipeLinearElement.cxx
Normal file
10
science/tfel-edf/files/patch-mtest_src_PipeLinearElement.cxx
Normal 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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user