summaryrefslogtreecommitdiff
path: root/games-emulation/openmsx/files/openmsx-18.0-add-ctime.patch
blob: bc104acaeec56da13b7713e11e0a6639198b6f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://github.com/openMSX/openMSX/pull/1445
https://bugs.gentoo.org/868726

diff --git a/src/file/FileBase.hh b/src/file/FileBase.hh
index ec17fb641..d7397f908 100644
--- a/src/file/FileBase.hh
+++ b/src/file/FileBase.hh
@@ -4,6 +4,7 @@
 #include "MemBuffer.hh"
 #include "span.hh"
 #include <cstdint>
+#include <ctime>
 #include <string>

 namespace openmsx {