Salome HOME
Fix usage of Boost smart pointers for compatibility with Boost >= 1.53
[modules/yacs.git] / src / SALOMEDSImpl / SALOMEDSImpl_GenericVariable.cxx
index da0932a1486195c70c7c649b3f9c4d344156ba0d..fe847ed61eebd1cffea36492fe588c292104327c 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -26,6 +26,7 @@
 #include "SALOMEDSImpl_Study.hxx"
 
 #include <string>
+#include <stdlib.h>
 
 
 //============================================================================