Sketcher: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:38 +02:00
parent fb4f110017
commit 1cff040fbc
10 changed files with 12 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
#include <QPainter>
#include <QRegularExpression>
#include <limits>
#include <memory>
#include <Inventor/SbImage.h>