MeshPart: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:00 +02:00
parent 368f1fc296
commit 0ac87c8a27
3 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#ifdef FC_OS_LINUX
#include <unistd.h>
#endif