Files
dolphin/Source/Core/Common
Sergei Trofimovich 0478ce72f5 Source/Core/Common/StringUtil.h: include <limits> for std::numeric_limits
Without included header build fails on gcc-10 as:

```
[ 13%] Building CXX object Source/Core/AudioCommon/CMakeFiles/audiocommon.dir/CubebUtils.cpp.o
In file included from ../../../../Source/Core/AudioCommon/CubebUtils.cpp:13:
../../../../Source/Core/Common/StringUtil.h: In function 'bool TryParse(const string&, T*)':
../../../../Source/Core/Common/StringUtil.h:84:20: error: 'numeric_limits' is not a member of 'std'
   84 |   if (value < std::numeric_limits<LimitsType>::min() ||
      |                    ^~~~~~~~~~~~~~
```

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-03-05 21:20:34 +00:00
..
2018-10-28 17:57:46 +00:00
2019-10-07 22:46:36 +02:00
2019-10-07 22:46:36 +02:00
2020-02-12 12:29:31 +01:00
2019-05-06 18:48:04 +00:00
2019-06-14 15:04:09 -04:00
2019-06-14 15:04:09 -04:00
2019-04-08 07:06:21 -04:00
2019-06-14 15:04:09 -04:00
2019-05-06 18:48:04 +00:00
2020-01-13 08:43:42 +01:00