X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetExprEditor.h;h=b234364f738143c852c272355463230171329c7b;hb=872ac5e3e0196ad70c2a01a79bd070c9a7d4a2e6;hp=41a209f20df0438c3fbaf0060c60c53dcc66de8e;hpb=dcf404632ceef566c6785bf95f9eee1b6159d32b;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; };