10 lines
319 B
C++
10 lines
319 B
C++
--- 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"
|