PartDesign: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:18 +02:00
parent d5447df72d
commit 65a0fb0ed4
13 changed files with 18 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <QMessageBox>
#endif