diff options
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" |