Gui: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:50:37 +02:00
parent d9af862627
commit 17dc7fce06
20 changed files with 33 additions and 7 deletions

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <Inventor/actions/SoGetBoundingBoxAction.h>
#include <Inventor/nodes/SoClipPlane.h>
#include <Inventor/nodes/SoGroup.h>