From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- .../colobot/files/colobot-0.1.12-includes.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (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 index 1fb3a2730c44..3bd118a1ef1d 100644 --- a/games-strategy/colobot/files/colobot-0.1.12-includes.patch +++ b/games-strategy/colobot/files/colobot-0.1.12-includes.patch @@ -21,3 +21,25 @@ index bc64dc232..dd4e02ff4 100644 #include #include +From fc2bd68876ac6302dbc8e91e8ffa33592db14b21 Mon Sep 17 00:00:00 2001 +From: suve +Date: Sun, 9 Feb 2020 00:36:05 +0100 +Subject: [PATCH] Fix missing std includes + +--- + src/CBot/CBotInstr/CBotExprLitString.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/CBot/CBotInstr/CBotExprLitString.cpp b/src/CBot/CBotInstr/CBotExprLitString.cpp +index fc2541624..69e42d607 100644 +--- a/src/CBot/CBotInstr/CBotExprLitString.cpp ++++ b/src/CBot/CBotInstr/CBotExprLitString.cpp +@@ -24,6 +24,8 @@ + + #include "CBot/CBotVar/CBotVar.h" + ++#include ++ + namespace CBot + { + -- cgit v1.2.3