11 lines
341 B
C++
11 lines
341 B
C++
|
--- 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"
|