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

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