diff options
Diffstat (limited to 'src/devices/cpu/psx/mdec.cpp')
| -rw-r--r-- | src/devices/cpu/psx/mdec.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/psx/mdec.cpp b/src/devices/cpu/psx/mdec.cpp index 9822a61dd3d..8b4421e4062 100644 --- a/src/devices/cpu/psx/mdec.cpp +++ b/src/devices/cpu/psx/mdec.cpp @@ -13,6 +13,8 @@ #include "mdec.h" #include "dma.h" +#include <cstdarg> + #define VERBOSE_LEVEL ( 0 ) static inline void ATTR_PRINTF(3,4) verboselog( device_t& device, int n_level, const char *s_fmt, ... ) |
