Cloud: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:50:57 +02:00
parent 5e6c8fe684
commit 41397caf09

View File

@@ -22,6 +22,11 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#endif
#if defined(FC_OS_WIN32)
#include <Windows.h>
#include <cstdint>