PartDesign: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:18 +02:00
parent efa41a5952
commit 913850ef04
13 changed files with 18 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <limits>
# include <Inventor/details/SoLineDetail.h>
# include <Inventor/nodes/SoCoordinate3.h>
# include <Inventor/nodes/SoDrawStyle.h>