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,6 +22,10 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#endif
// inclusion of the generated files (generated out of QuantityPy.xml)
#include "QuantityPy.h"
#include "UnitPy.h"