Include time.h to fix build with libc++.
This commit is contained in:
parent
191cb29bac
commit
6e960d6b60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327177
1 changed files with 10 additions and 0 deletions
10
games/simutrans/files/patch-gui-loadsave_frame.h
Normal file
10
games/simutrans/files/patch-gui-loadsave_frame.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- gui/loadsave_frame.h.orig
|
||||
+++ gui/loadsave_frame.h
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "savegame_frame.h"
|
||||
#include "../tpl/stringhashtable_tpl.h"
|
||||
+#include <time.h>
|
||||
#include <string>
|
||||
|
||||
class karte_t;
|
Loading…
Reference in a new issue