public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot/files/
@ 2021-01-03 15:04 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2021-01-03 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     19b3c6b8bd419836899df094475ca5e941c97364
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 15:03:47 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 15:03:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b3c6b8

games-strategy/colobot: Backport gcc-10 build fix

Closes: https://bugs.gentoo.org/722132
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../colobot/files/colobot-0.1.12-includes.patch    | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

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 1fb3a2730c4..3bd118a1ef1 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 <string>
  #include <boost/optional.hpp>
  
+From fc2bd68876ac6302dbc8e91e8ffa33592db14b21 Mon Sep 17 00:00:00 2001
+From: suve <veg@svgames.pl>
+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 <stdexcept>
++
+ namespace CBot
+ {
+ 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-03 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-03 15:04 [gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox