Surface: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:55 +02:00
parent 8073075301
commit 3462c165d8

View File

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