App: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:50:19 +02:00
parent b655de3ea6
commit 27f5699588
4 changed files with 10 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
#ifndef _PreComp_
#include <cstdlib>
#include <limits>
#endif
#include <boost/regex.hpp>