Import: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:51:31 +02:00
parent 7c6db638c8
commit cf156ad897

View File

@@ -23,6 +23,8 @@
#ifndef IMPORT_TOOLS_H
#define IMPORT_TOOLS_H
#include <limits>
#include <Quantity_ColorRGBA.hxx>
#include <TopoDS_Shape.hxx>
#include <XCAFDoc_ColorTool.hxx>