Skip to content

Commit

Permalink
emulators/openmsx: Fix build with GCC 12
Browse files Browse the repository at this point in the history
Fix build with GCC 12 which is soon to become GCC_DEFAULT version.

PR:		266191
Reported by:	exp-run (antoine)
  • Loading branch information
lsalvadore committed Sep 9, 2022
1 parent 781f8a5 commit 80bb8af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions emulators/openmsx/files/patch-src_file_FileBase.hh
@@ -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 {

0 comments on commit 80bb8af

Please sign in to comment.