mirror of
https://github.com/xenia-project/xenia.git
synced 2026-01-07 09:10:35 +01:00
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 a new issue