summaryrefslogtreecommitdiffstats
path: root/games/blobby2/ostream-include.patch
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2017-01-30 23:45:07 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 06:59:30 +0700
commit27e76df0fcb921668a6bf7fdc0b53f889042d3a8 (patch)
treecb65ae0ae4ef17f948711c51453e856bb566f0c4 /games/blobby2/ostream-include.patch
parent4f0fe3167d21def5f426acc005d0363dc52ae546 (diff)
downloadslackbuilds-27e76df0fcb921668a6bf7fdc0b53f889042d3a8.tar.gz
slackbuilds-27e76df0fcb921668a6bf7fdc0b53f889042d3a8.tar.xz
games/blobby2: Updated for version 1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/blobby2/ostream-include.patch')
-rw-r--r--games/blobby2/ostream-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/blobby2/ostream-include.patch b/games/blobby2/ostream-include.patch
new file mode 100644
index 0000000000..55cb60e0b3
--- /dev/null
+++ b/games/blobby2/ostream-include.patch
@@ -0,0 +1,10 @@
+--- a/trunk/src/NetworkMessage.cpp
++++ b/trunk/src/NetworkMessage.cpp
+@@ -23,6 +23,7 @@
+
+ /* includes */
+ #include <cstring>
++#include <ostream>
+
+ #include "UserConfig.h"
+ #include "SpeedController.h"