emulators/openmsx: Fix build with GCC 12
Fix build with GCC 12 which is soon to become GCC_DEFAULT version. PR: 266191 Reported by: exp-run (antoine)
This commit is contained in:
parent
781f8a55a2
commit
80bb8af766
10
emulators/openmsx/files/patch-src_file_FileBase.hh
Normal file
10
emulators/openmsx/files/patch-src_file_FileBase.hh
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/file/FileBase.hh.orig 2022-09-09 08:27:57 UTC
|
||||
+++ src/file/FileBase.hh
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "MemBuffer.hh"
|
||||
#include "span.hh"
|
||||
#include <cstdint>
|
||||
+#include <ctime>
|
||||
#include <string>
|
||||
|
||||
namespace openmsx {
|
Loading…
Reference in New Issue
Block a user