openmsx: fix build with gcc>=12

This commit is contained in:
Duncaen 2022-10-09 18:47:27 +02:00
parent 822374506b
commit 16e9cbb43c
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

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