Include time.h to fix build with libc++.

This commit is contained in:
Tijl Coosemans 2013-09-13 19:02:30 +00:00
parent 191cb29bac
commit 6e960d6b60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327177

View 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;