summaryrefslogtreecommitdiff
path: root/games/blobby2/ostream-include.patch
diff options
context:
space:
mode:
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"