mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Fix building with gcc-13 (#10917)
This commit is contained in:
parent
b72a80196b
commit
1664d7f878
@ -10,6 +10,7 @@
|
||||
|
||||
#include "pconfig.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <limits>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
|
@ -8,6 +8,7 @@
|
||||
#ifndef MAME_OSD_MODULES_MONITOR_MONITORMODULE_H
|
||||
#define MAME_OSD_MODULES_MONITOR_MONITORMODULE_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
#include "modules/osdmodule.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "parameter.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
class bgfx_frame_parameter : public bgfx_parameter
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include <bgfx/bgfx.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user