Mesh: Add #include <limits> where used

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

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <algorithm>
#include <limits>
#ifdef FC_OS_WIN32
#include <windows.h>
#endif