Import: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:51:31 +02:00
parent a6e1b894fe
commit 1669427449

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>