From 5e0fdd82190d9afb274cb2449edb76f6b6664700 Mon Sep 17 00:00:00 2001 From: mpv Date: Tue, 19 Jun 2018 17:12:15 +0300 Subject: [PATCH] Fix for the Linux compilation problem. --- src/ModuleBase/ModuleBase_ParamSpinBox.cpp | 1 + 1 file changed, 1 insertion(+) 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), -- 2.30.2