mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
fix for undefined fmin & ceil on GNU Guix with GCC 5.5.0 (nw)
This commit is contained in:
parent
23b768a15d
commit
e84cae7fc6
@ -14,6 +14,7 @@
|
||||
#include "mips3com.h"
|
||||
#include "mips3dsm.h"
|
||||
#include "ps2vu.h"
|
||||
#include <cmath>
|
||||
|
||||
#define ENABLE_OVERFLOWS (0)
|
||||
#define ENABLE_EE_ELF_LOADER (0)
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "ps2vif1.h"
|
||||
#include <cmath>
|
||||
|
||||
#include "video/ps2gif.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user