diff options
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 |
commit | 27e76df0fcb921668a6bf7fdc0b53f889042d3a8 (patch) | |
tree | cb65ae0ae4ef17f948711c51453e856bb566f0c4 /games/blobby2/ostream-include.patch | |
parent | 4f0fe3167d21def5f426acc005d0363dc52ae546 (diff) | |
download | slackbuilds-27e76df0fcb921668a6bf7fdc0b53f889042d3a8.tar.gz |
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.patch | 10 |
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" |