Salome HOME
ajout d'un include de utilities.h
[tools/yacsgen.git] / module_generator / hxx_tmpl_gui.py
index 8f224ae46996b06f486417a4fdc8432fe2ae851e..ca26556aad9614a6b36b42bd85a43b96b99b0cb8 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2013  EDF R&D
+# Copyright (C) 2009-2014  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
 # 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
@@ -33,6 +33,7 @@ hxxgui_cxx="""
 #include <LightApp_Preferences.h>
 
 #include <SALOME_LifeCycleCORBA.hxx>
+#include <utilities.h>
 
 #define COMPONENT_NAME "${component_name}"