ports/emulators/openmsx/files/patch-src_file_FileBase.hh
Lorenzo Salvadore 80bb8af766
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)
2022-09-09 13:20:33 +02:00

10 lines
220 B
C++

--- 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 {