From: mpv Date: Tue, 19 Jun 2018 14:12:15 +0000 (+0300) Subject: Fix for the Linux compilation problem. X-Git-Tag: EDF_2018-1~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e0fdd82190d9afb274cb2449edb76f6b6664700;p=modules%2Fshaper.git Fix for the Linux compilation problem. --- diff --git a/src/ModuleBase/ModuleBase_ParamSpinBox.cpp b/src/ModuleBase/ModuleBase_ParamSpinBox.cpp index 8a556c240..992e9dd26 100644 --- a/src/ModuleBase/ModuleBase_ParamSpinBox.cpp +++ b/src/ModuleBase/ModuleBase_ParamSpinBox.cpp @@ -33,6 +33,7 @@ #include #include +#include ModuleBase_ParamSpinBox::ModuleBase_ParamSpinBox(QWidget* theParent, int thePrecision) : QAbstractSpinBox(theParent),