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