Salome HOME
Fix merge errors post 8.3.0
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingPartDefinition.cxx
index 86b07eb8249e89effb6064ea98220279939addeb..9652e8ddd6503210a77bc1d57a3ba0ad4c07022f 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
@@ -20,6 +20,8 @@
 
 #include "MEDCouplingPartDefinition.hxx"
 
+#include <sstream>
+
 using namespace MEDCoupling;
 
 PartDefinition *PartDefinition::New(int start, int stop, int step)