Base: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:50:30 +02:00
parent 7b7e256e4f
commit cb51f3fd2c
8 changed files with 32 additions and 13 deletions

View File

@@ -23,8 +23,11 @@
#include "PreCompiled.h"
#include <cmath>
#ifndef _PreComp_
#include <limits>
#endif
#include <cmath>
#include <boost/math/special_functions/fpclassify.hpp>
#include "Vector3D.h"