App: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:50:19 +02:00
parent 93ae9737ed
commit 7b7e256e4f
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>