summaryrefslogtreecommitdiffstats
path: root/games/pingus/missing-header.patch
diff options
context:
space:
mode:
author Matteo Bernardini2021-03-13 09:51:07 +0100
committer Matteo Bernardini2021-03-13 09:51:07 +0100
commitc5bb5dd52a13925967a983b389bfa4505e764df4 (patch)
treebdc91c2ef3052140f36dcc1fdfc4eb231e15c328 /games/pingus/missing-header.patch
parent30ef0ed8a2abb2e72f707b3447d313ffe66ad4f8 (diff)
downloadslackbuilds-c5bb5dd52a13925967a983b389bfa4505e764df4.tar.gz
20210313.1 global branch merge.current-20210313.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/pingus/missing-header.patch')
-rw-r--r--games/pingus/missing-header.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/pingus/missing-header.patch b/games/pingus/missing-header.patch
new file mode 100644
index 0000000000..cc1dcdbb85
--- /dev/null
+++ b/games/pingus/missing-header.patch
@@ -0,0 +1,22 @@
+From df6e2f445d3e2925a94d22faeb17be9444513e92 Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely <jwakely@redhat.com>
+Date: Mon, 30 Jan 2017 15:41:53 +0000
+Subject: [PATCH] Add missing header for std::function and std::bind
+
+---
+ src/pingus/screens/demo_session.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/pingus/screens/demo_session.cpp b/src/pingus/screens/demo_session.cpp
+index e3ec49a2c..f887e50f0 100644
+--- a/src/pingus/screens/demo_session.cpp
++++ b/src/pingus/screens/demo_session.cpp
+@@ -18,6 +18,7 @@
+
+ #include <algorithm>
+ #include <iostream>
++#include <functional>
+
+ #include "engine/gui/gui_manager.hpp"
+ #include "engine/gui/surface_button.hpp"
+