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

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