Part: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:08 +02:00
parent 05a41dddbd
commit efa41a5952
22 changed files with 24 additions and 0 deletions

View File

@@ -105,6 +105,7 @@
# include <boost/random.hpp>
# include <cmath>
# include <ctime>
# include <limits>
#endif //_PreComp_
#include <Base/Console.h>