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

@@ -24,6 +24,7 @@
#ifndef _PreComp_
#include <cassert>
#include <limits>
#endif
#include <boost/algorithm/string/predicate.hpp>