Salome HOME
Addition of maps in MEDCoupling
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingMatrix.cxx
index 9a3c7dee9d0c79713c88034348d9667bb058d26c..35cc14364150ce7daf830daa0c69b5e575b1d5a4 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "InterpKernelMatrixTools.hxx"
 
+#include <sstream>
+
 using namespace MEDCoupling;
 
 DenseMatrix *DenseMatrix::New(int nbRows, int nbCols)