App: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:50:19 +02:00
parent b655de3ea6
commit 27f5699588
4 changed files with 10 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
#ifndef _PreComp_
#include <cstdlib>
#include <limits>
#endif
#include <boost/regex.hpp>

View File

@@ -21,10 +21,15 @@
****************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#endif
#include <boost/algorithm/string/predicate.hpp>
#include <boost/range.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/range.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <Base/Tools.h>
#include <Base/Uuid.h>

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
#include <cassert>
#include <limits>
#endif
#include <boost/algorithm/string/predicate.hpp>

View File

@@ -22,6 +22,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#endif
#include <Base/QuantityPy.h>