TechDraw: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:53:03 +02:00
parent 3462c165d8
commit d0320b494d
19 changed files with 23 additions and 6 deletions

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
# include <cstdlib>
# include <limits>
# include <sstream>
# include <Bnd_Box.hxx>

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
# include <iomanip>
# include <limits>
# include <sstream>
#include <Bnd_Box.hxx>

View File

@@ -29,6 +29,7 @@
#include <gp_Dir.hxx>
#include <gp_Pnt.hxx>
#include <gp_Vec.hxx>
#include <limits>
#include <sstream>
#endif

View File

@@ -25,6 +25,7 @@
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <limits>
#include <sstream>
#include <boost_regex.hpp>

View File

@@ -23,6 +23,7 @@
#ifndef DrawUtil_h_
#define DrawUtil_h_
#include <limits>
#include <string>
#include <QByteArray>

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
# include <cmath>
# include <limits>
# include <sstream>
# include <Standard_Failure.hxx>
# include <Precision.hxx>

View File

@@ -26,6 +26,7 @@
#include <Precision.hxx>
#include <cstdlib>
#include <cstring>
#include <limits>
#include <sstream>
#endif

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <sstream>
#include <QLocale>

View File

@@ -71,6 +71,7 @@
#include <gp_Dir.hxx>
#include <gp_Pln.hxx>
#include <gp_Pnt.hxx>
#include <limits>
#include <sstream>
#endif

View File

@@ -29,6 +29,7 @@
#ifndef _PreComp_
# include <cmath>
# include <limits>
# include <sstream>
# include <BRep_Tool.hxx>
# include <BRepBuilderAPI_MakeWire.hxx>

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <limits>
# include <Approx_Curve3d.hxx>
# include <BRep_Tool.hxx>
# include <BRepAdaptor_Curve.hxx>
@@ -36,12 +37,12 @@
# include <BRepLib.hxx>
# include <BRepLProp_CLProps.hxx>
# include <BRepTools.hxx>
#include <BRepLProp_CurveTool.hxx>
# include <BRepLProp_CurveTool.hxx>
# include <GC_MakeArcOfCircle.hxx>
# include <GC_MakeEllipse.hxx>
#include <GC_MakeCircle.hxx>
#include <Geom_TrimmedCurve.hxx>
#include <Geom_Circle.hxx>
# include <GC_MakeCircle.hxx>
# include <Geom_TrimmedCurve.hxx>
# include <Geom_Circle.hxx>
# include <gce_MakeCirc.hxx>
# include <GCPnts_AbscissaPoint.hxx>

View File

@@ -27,6 +27,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <BRepAlgo_NormalProjection.hxx>
#include <BRepBndLib.hxx>
#include <BRepBuilderAPI_Copy.hxx>

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <string>
#include <vector>

View File

@@ -22,6 +22,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <BRepAdaptor_Curve.hxx>
#include <BRep_Tool.hxx>
#include <TopExp.hxx>

View File

@@ -41,6 +41,7 @@
#include <cassert>
#include <cmath>
#include <iostream>
#include <limits>
#include <sstream>
// STL

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
# include <cmath>
# include <limits>
# include <QApplication>
# include <QGraphicsRectItem>

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cmath>
# include <limits>
# include <QMessageBox>
#endif // #ifndef _PreComp_

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <boost/signals2.hpp>
#include <boost/signals2/connection.hpp>
#endif

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <QApplication>
#include <QLabel>
#include <QObject>
@@ -40,8 +41,6 @@
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <limits>
#include <Base/Console.h>
#include <Base/UnitsApi.h>