mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fix building with gcc-12 (#9204)
This commit is contained in:
parent
8bd1381712
commit
f3140dfbab
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <fstream>
|
||||
#include <ios>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue