Base: Add #include <limits> where used

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

View File

@@ -23,6 +23,10 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#endif
// inclusion of the generated files (generated out of MatrixPy.xml)
#include "RotationPy.h"
#include "VectorPy.h"