diff games/wesnoth/patch-clang.patch @ 807:2e0fe4608012

vanilla: add many missing files
author David Demelier <markand@malikania.fr>
date Sun, 18 Aug 2019 22:22:21 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/games/wesnoth/patch-clang.patch	Sun Aug 18 22:22:21 2019 +0200
@@ -0,0 +1,20 @@
+--- ./src/game_initialization/lobby_data.hpp.orig	2019-08-12 12:25:18.339232933 +0200
++++ ./src/game_initialization/lobby_data.hpp	2019-08-12 12:25:31.003233322 +0200
+@@ -14,6 +14,7 @@
+ 
+ #pragma once
+ 
++#include <ctime>
+ #include <set>
+ #include <deque>
+ #include <functional>
+--- src/replay.hpp.orig	2019-08-12 12:17:12.083439164 +0000
++++ src/replay.hpp	2019-08-12 12:17:23.703439521 +0000
+@@ -21,6 +21,7 @@
+ 
+ #include "map/location.hpp"
+ 
++#include <ctime>
+ #include <deque>
+ #include <iterator>
+ #include <map>