Merge pull request #20559 from hyarion/refactor/add-limits

Add `#include <limits>` in all files where it is used
This commit is contained in:
Kacper Donat
2025-04-01 17:11:50 +02:00
committed by GitHub
166 changed files with 284 additions and 65 deletions

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <limits>
# include <QAction>
# include <QApplication>
# include <QComboBox>