Fix building with gcc-13 (#10917)

This commit is contained in:
Julian Sikorski 2023-02-20 23:23:45 +01:00 committed by GitHub
parent 7bb6a2ef93
commit 7e15a8d51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include "pconfig.h"
#include <cstdint>
#include <limits>
#include <string>
#include <type_traits>

View File

@ -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"

View File

@ -13,6 +13,7 @@
#include "parameter.h"
#include <cstdint>
#include <string>
class bgfx_frame_parameter : public bgfx_parameter

View File

@ -14,6 +14,7 @@
#include <bgfx/bgfx.h>
#include <cmath>
#include <cstdint>
#include <memory>
#include <string>
#include <vector>