X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingMatrix.cxx;h=35cc14364150ce7daf830daa0c69b5e575b1d5a4;hb=b1681460da1d3c8e3a196e9b13410321587db207;hp=eda2ca1afc410c4fb510f1517db1092466662768;hpb=bd238ae917aa20ba3fe2f7569883d619b7e4f7a9;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingMatrix.cxx b/src/MEDCoupling/MEDCouplingMatrix.cxx index eda2ca1af..35cc14364 100644 --- a/src/MEDCoupling/MEDCouplingMatrix.cxx +++ b/src/MEDCoupling/MEDCouplingMatrix.cxx @@ -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 + using namespace MEDCoupling; DenseMatrix *DenseMatrix::New(int nbRows, int nbCols)