CAM: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:50:49 +02:00
parent b6d6c8837f
commit 5e6c8fe684
6 changed files with 6 additions and 0 deletions

View File

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