mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
Fix build with GCC 12 which is soon to become GCC_DEFAULT version. PR: 266191 Reported by: exp-run (antoine)
10 lines
220 B
C++
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 {
|