MeshPart: Add #include <limits> where used
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <limits>
|
||||
#ifdef FC_OS_LINUX
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
#ifndef _CurveProjector_h_
|
||||
#define _CurveProjector_h_
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include <TopoDS_Edge.hxx>
|
||||
|
||||
#include <Mod/Mesh/App/Mesh.h>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <limits>
|
||||
#include <sstream>
|
||||
|
||||
#include <BRepBuilderAPI_MakePolygon.hxx>
|
||||
|
||||
Reference in New Issue
Block a user