mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Buildfix: include <cfloat> for FLT_MAX in TestArm64Emitter
MSVC pulls it in transitively, gcc and clang don't - broke the gcc-normal, clang-normal, macos and test-headless-alpine CI jobs.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "Core/MIPS/MIPSVFPUUtils.h"
|
||||
#include "Core/Util/DisArm64.h"
|
||||
|
||||
#include <cfloat>
|
||||
#include <string.h>
|
||||
|
||||
#include "UnitTest.h"
|
||||
|
||||
Reference in New Issue
Block a user