Surface: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:55 +02:00
parent cb2c8a5a2d
commit fb9249220e

View File

@@ -33,6 +33,7 @@
#include <TopoDS.hxx>
#include <TopoDS_Face.hxx>
#include <gp_Pnt.hxx>
#include <limits>
#endif
#include <Base/Tools.h>