]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetPoint2D.cpp
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetPoint2D.cpp
index 9cd0a47c975e0a63ab269386da4afef39926c7e4..5ca2eb98d74d8c0075dd023a4c5876257b2c0a3b 100644 (file)
@@ -15,6 +15,9 @@
 #include <QDoubleSpinBox>
 #include <QLabel>
 
+#include <cfloat>
+#include <climits>
+
 ModuleBase_WidgetPoint2D::ModuleBase_WidgetPoint2D(QWidget* theParent, QString theTitle,
                                                    const std::string& theFeatureAttributeID)
 : ModuleBase_WidgetCustom(theParent), myFeatureAttributeID(theFeatureAttributeID)