Sketcher: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:38 +02:00
parent fb4f110017
commit 1cff040fbc
10 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#include <cassert>
#include <cmath>
#include <iostream>
#include <limits>
#include <memory>
#include <sstream>
#include <vector>

View File

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

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <cmath>
#include <limits>
#include <vector>
#include <BRepAdaptor_Curve.hxx>

View File

@@ -22,6 +22,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <Precision.hxx>
#include <QPainter>
#endif

View File

@@ -24,6 +24,8 @@
#ifndef SKETCHERGUI_DrawSketchHandlerOffset_H
#define SKETCHERGUI_DrawSketchHandlerOffset_H
#include <limits>
#include <QApplication>
#include <BRep_Tool.hxx>

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
#include <QPainter>
#include <QRegularExpression>
#include <limits>
#include <memory>
#include <Inventor/SbImage.h>

View File

@@ -39,6 +39,7 @@
#include <algorithm>
#include <bitset>
#include <functional>
#include <limits>
#include <map>
#include <memory>
#include <vector>

View File

@@ -33,6 +33,7 @@
#include <QWidgetAction>
#include <boost/core/ignore_unused.hpp>
#include <cmath>
#include <limits>
#endif
#include <App/Application.h>

View File

@@ -33,6 +33,7 @@
#include <QString>
#include <QWidgetAction>
#include <boost/core/ignore_unused.hpp>
#include <limits>
#endif
#include <App/Application.h>

View File

@@ -38,6 +38,8 @@
#include <QMessageBox>
#include <QScreen>
#include <QTextStream>
#include <limits>
#endif
#include <Base/Console.h>