Spreadsheet: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:48 +02:00
parent 4b589088f6
commit 8073075301
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
#include <cmath>
// STL
#include <limits>
#include <sstream>
#ifdef FC_OS_WIN32

View File

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