Part: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:08 +02:00
parent 0ac87c8a27
commit d5447df72d
22 changed files with 24 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
# include <GL/gl.h>
# endif
# include <algorithm>
# include <limits>
# include <Inventor/actions/SoGLRenderAction.h>
# include <Inventor/bundles/SoMaterialBundle.h>
# include <Inventor/bundles/SoTextureCoordinateBundle.h>