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

@@ -22,8 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <cmath>
#include <array>
#include <cmath>
#include <limits>
#include <numbers>
#endif