mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
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
1 changed files with 10 additions and 0 deletions
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…
Add table
Reference in a new issue