diff options
Diffstat (limited to 'games/xevil/files/patch-cmn::game_style.h')
-rw-r--r-- | games/xevil/files/patch-cmn::game_style.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::game_style.h b/games/xevil/files/patch-cmn::game_style.h new file mode 100644 index 000000000000..eb7968439d64 --- /dev/null +++ b/games/xevil/files/patch-cmn::game_style.h @@ -0,0 +1,12 @@ +--- cmn/game_style.h.dist Sat Mar 22 20:22:30 2003 ++++ cmn/game_style.h Sat Oct 25 21:41:50 2003 +@@ -31,7 +31,8 @@ + #endif + + #if X11 +-#include <strstream.h> ++#include <strstream> ++using namespace std; + #endif + #if WIN32 + #include <strstrea.h> |