openmsx: fix build with gcc>=12
This commit is contained in:
parent
822374506b
commit
16e9cbb43c
|
@ -0,0 +1,10 @@
|
|||
--- a/src/file/FileBase.hh
|
||||
+++ b/src/file/FileBase.hh
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "span.hh"
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
+#include <ctime>
|
||||
|
||||
namespace openmsx {
|
||||
|
Loading…
Reference in New Issue