Salome HOME
MEDReader again
[modules/med.git] / src / MEDLoader / MEDFileParameter.cxx
index e9c3c9abf9896ab2dfd41291372041e4ddfaf851..09536b60c73550070791607521c297da40b07f37 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  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
@@ -24,6 +24,8 @@
 
 #include "InterpKernelAutoPtr.hxx"
 
+#include <set>
+
 using namespace ParaMEDMEM;
 
 MEDFileParameter1TS::MEDFileParameter1TS(int iteration, int order, double time):_iteration(iteration),_order(order),_time(time)