Merge pull request #14174 from SeanMcG/vertexjit_test_fix

TestVertexJit: fmodf() definition requires math.h
This commit is contained in:
Unknown W. Brackets 2021-02-17 20:02:11 -08:00 committed by GitHub
commit 644d58e630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include <math.h>
#include "Common/Common.h"
#include "Common/TimeUtil.h"
#include "Core/Config.h"