Salome HOME
Some useful helpers into medcoupling python module
[tools/medcoupling.git] / src / ParaMEDLoader / ParaMEDLoader.cxx
index ebb6f379c8fde1da5b55a2ffd1a1cb29375f7163..997213baf408c454c725816ceac1e809bb37dfec 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
@@ -25,6 +25,7 @@
 #include "MEDCouplingUMesh.hxx"
 
 #include <fstream>
+#include <sstream>
 
 using namespace MEDCoupling;