Salome HOME
Addition of maps in MEDCoupling
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingMatrix.cxx
index eda2ca1afc410c4fb510f1517db1092466662768..35cc14364150ce7daf830daa0c69b5e575b1d5a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -22,6 +22,8 @@
 
 #include "InterpKernelMatrixTools.hxx"
 
+#include <sstream>
+
 using namespace MEDCoupling;
 
 DenseMatrix *DenseMatrix::New(int nbRows, int nbCols)