mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
0478ce72f5
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> |
||
---|---|---|
.. | ||
Android | ||
Core | ||
DSPSpy | ||
DSPTool | ||
PCH | ||
UnitTests | ||
VSProps | ||
.clang-format | ||
CMakeLists.txt | ||
dolphin-emu.sln |