aboutsummaryrefslogtreecommitdiff
path: root/games/xword/files/patch-FileUtil.cpp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-01 19:06:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-01 19:06:56 +0000
commitcf439dd621d9cf34d0feba802602542511c06d43 (patch)
tree34dc7fe390053caa86254613dda148a216305304 /games/xword/files/patch-FileUtil.cpp
parentc7a643eb7a505cd9d51dd1d73e14f0a6ccb386a8 (diff)
downloadports-cf439dd621d9cf34d0feba802602542511c06d43.tar.gz
ports-cf439dd621d9cf34d0feba802602542511c06d43.zip
Notes
Diffstat (limited to 'games/xword/files/patch-FileUtil.cpp')
-rw-r--r--games/xword/files/patch-FileUtil.cpp11
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
+
+ //------------------------------------------------------------------------------