Salome HOME
Fix for the Linux compilation problem.
authormpv <mikhail.ponikarov@opencascade.com>
Tue, 19 Jun 2018 14:12:15 +0000 (17:12 +0300)
committermpv <mikhail.ponikarov@opencascade.com>
Tue, 19 Jun 2018 14:12:15 +0000 (17:12 +0300)
src/ModuleBase/ModuleBase_ParamSpinBox.cpp

index 8a556c240b0aa543587738673f2daaaa839452dd..992e9dd26d1636192c32c5d6e7ea6911beca5dbc 100644 (file)
@@ -33,6 +33,7 @@
 
 #include <string>
 #include <iostream>
+#include <cfloat>
 
 ModuleBase_ParamSpinBox::ModuleBase_ParamSpinBox(QWidget* theParent, int thePrecision)
   : QAbstractSpinBox(theParent),