From f516638b7fe9592837389826a6152a7e1b251c54 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 May 2020 11:44:06 +0100 Subject: gentoo resync : 30.05.2020 --- .../colobot/files/colobot-0.1.12-includes.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 games-strategy/colobot/files/colobot-0.1.12-includes.patch (limited to 'games-strategy/colobot/files') diff --git a/games-strategy/colobot/files/colobot-0.1.12-includes.patch b/games-strategy/colobot/files/colobot-0.1.12-includes.patch new file mode 100644 index 000000000000..1fb3a2730c44 --- /dev/null +++ b/games-strategy/colobot/files/colobot-0.1.12-includes.patch @@ -0,0 +1,23 @@ +From 2cfab017938e1cf44f633647eec2ccc2ed1da38b Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= +Date: Thu, 14 May 2020 10:35:01 +0200 +Subject: [PATCH] Fix missing include + +Add missing include for std::numeric_limits. This fixes +build failure after boost stopped implicitly including it for us. +--- + src/script/script.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/script/script.h b/src/script/script.h +index bc64dc232..dd4e02ff4 100644 +--- a/src/script/script.h ++++ b/src/script/script.h +@@ -27,6 +27,7 @@ + #include "CBot/CBot.h" + + #include ++#include + #include + #include + -- cgit v1.2.3