Add #include <cfloat> to fix build error on Linux.
This commit is contained in:
parent
6fcf9d21fe
commit
7ab5ccbbd9
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "xenia/gpu/shader_interpreter.h"
|
||||
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
|
|
Loading…
Reference in New Issue