diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-01 19:06:56 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-01 19:06:56 +0000 |
commit | cf439dd621d9cf34d0feba802602542511c06d43 (patch) | |
tree | 34dc7fe390053caa86254613dda148a216305304 /games/xword/files/patch-FileUtil.cpp | |
parent | c7a643eb7a505cd9d51dd1d73e14f0a6ccb386a8 (diff) | |
download | ports-cf439dd621d9cf34d0feba802602542511c06d43.tar.gz ports-cf439dd621d9cf34d0feba802602542511c06d43.zip |
Notes
Diffstat (limited to 'games/xword/files/patch-FileUtil.cpp')
-rw-r--r-- | games/xword/files/patch-FileUtil.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xword/files/patch-FileUtil.cpp b/games/xword/files/patch-FileUtil.cpp new file mode 100644 index 000000000000..7b8118657d77 --- /dev/null +++ b/games/xword/files/patch-FileUtil.cpp @@ -0,0 +1,11 @@ +--- src/FileUtil.cpp.orig Sat Nov 2 02:49:46 2002 ++++ src/FileUtil.cpp Sat Nov 2 02:50:03 2002 +@@ -40,6 +40,8 @@ + + #include "Namespace.h" + ++using namespace std; ++ + NAMESPACE_OPEN + + //------------------------------------------------------------------------------ |