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

@@ -38,6 +38,8 @@
#include <QMessageBox>
#include <QScreen>
#include <QTextStream>
#include <limits>
#endif
#include <Base/Console.h>