X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetExprEditor.h;h=b234364f738143c852c272355463230171329c7b;hb=af851100774c4ff33b515c884abe0cd03c3f0528;hp=41a209f20df0438c3fbaf0060c60c53dcc66de8e;hpb=80d9dcc9384a77fb31ecf668598129083dca6675;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetExprEditor.h b/src/ModuleBase/ModuleBase_WidgetExprEditor.h index 41a209f20..b234364f7 100644 --- a/src/ModuleBase/ModuleBase_WidgetExprEditor.h +++ b/src/ModuleBase/ModuleBase_WidgetExprEditor.h @@ -14,6 +14,7 @@ #include #include +#include #include #include #include @@ -79,6 +80,7 @@ protected: private: /// A line edit control + QLabel* myResultLabel; ExpressionEditor* myEditor; };