Mesh: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:51:52 +02:00
parent fff96e6974
commit cd1209e146
33 changed files with 43 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#endif
#include <App/Document.h>