diff options
Diffstat (limited to 'games/xevil/files/patch-cmn::actual.cpp')
-rw-r--r-- | games/xevil/files/patch-cmn::actual.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::actual.cpp b/games/xevil/files/patch-cmn::actual.cpp new file mode 100644 index 000000000000..2f765a0ec092 --- /dev/null +++ b/games/xevil/files/patch-cmn::actual.cpp @@ -0,0 +1,12 @@ +--- cmn/actual.cpp.orig Wed Jan 19 12:54:36 2000 ++++ cmn/actual.cpp Sat Oct 25 21:39:07 2003 +@@ -32,7 +32,8 @@ + + // Include Files + #if X11 +-#include <strstream.h> ++#include <strstream> ++using namespace std; + #endif + #if WIN32 + #include <strstrea.h> |