summaryrefslogtreecommitdiff
path: root/games-strategy/colobot/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /games-strategy/colobot/files
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'games-strategy/colobot/files')
-rw-r--r--games-strategy/colobot/files/colobot-0.1.12-includes.patch22
1 files changed, 22 insertions, 0 deletions
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 <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
+ {
+