Salome HOME
Merge from V6_main 12/04/2013
[modules/smesh.git] / src / Controls / SMESH_Controls.cxx
index 83981ac6195712c469b38fe7801c6f0af8076253..fa70861643ae1c33a859f1e342589d6212af79e5 100644 (file)
@@ -65,6 +65,7 @@
 #include <set>
 #include <limits>
 
+#include <Basics_Utils.hxx>
 
 /*
                             AUXILIARY METHODS
@@ -2662,6 +2663,7 @@ void GroupColor::SetMesh( const SMDS_Mesh* theMesh )
 
 void GroupColor::SetColorStr( const TCollection_AsciiString& theStr )
 {
+  Kernel_Utils::Localizer loc;
   TCollection_AsciiString aStr = theStr;
   aStr.RemoveAll( ' ' );
   aStr.RemoveAll( '\t' );