Add #include <cfloat> to fix build error on Linux.

This commit is contained in:
Peter Wright 2022-05-03 17:21:17 +01:00 committed by Triang3l
parent 6fcf9d21fe
commit 7ab5ccbbd9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "xenia/gpu/shader_interpreter.h"
#include <cfloat>
#include <cmath>
#include <cstring>