CAM: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:50:49 +02:00
parent 17dc7fce06
commit df6a76ba84
6 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <boost/algorithm/string/replace.hpp>
#include <Inventor/SbVec3f.h>