summaryrefslogtreecommitdiff
path: root/games/bzflag/files/patch-BzfString.h
blob: 43ddce4d0ee6301e5a1fb7cfb7c972e36c6baef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/BzfString.h.orig	Thu Oct 17 04:29:38 2002
+++ include/BzfString.h	Mon Dec  9 22:08:01 2002
@@ -40,6 +40,8 @@
 #include "common.h"
 #include "bzfio.h"
 
+using std::ostream;
+
 class BzfString {
   public:
 			BzfString();