slackbuilds_ponce/games/widelands/widelands-1.0-boost-1.77.patch
Heinz Wiesinger 581d8490d1
games/widelands: Updated for version 1.0
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-18 07:50:31 +07:00

16 lines
473 B
Diff

https://bugs.gentoo.org/808747
https://github.com/widelands/widelands/commit/316eaea
From: matthiakl <t-m.42@mailpost.spdns.org>
Date: Sat, 14 Aug 2021 19:24:08 +0200
Subject: [PATCH] Added missing direct incude (#5025)
--- a/src/network/bufferedconnection.h
+++ b/src/network/bufferedconnection.h
@@ -20,6 +20,7 @@
#ifndef WL_NETWORK_BUFFEREDCONNECTION_H
#define WL_NETWORK_BUFFEREDCONNECTION_H
+#include <map>
#include <memory>
#include <mutex>
#include <thread>