summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-12-21 09:30:27 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-12-21 09:30:27 +0000
commit3dd4ec64610bf36490a402694205a625acbc5b10 (patch)
treedae97c86963b6c85886a5b4a883fc3b55736e0fa /misc
parentOops, had a line commented out. (diff)
Fix on -current (using namespace std).
Submitted by: bento
Notes
Notes: svn path=/head/; revision=71751
Diffstat (limited to 'misc')
-rw-r--r--misc/projectionlib/files/patch-al12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/projectionlib/files/patch-al b/misc/projectionlib/files/patch-al
new file mode 100644
index 000000000000..8ba30dcf18ea
--- /dev/null
+++ b/misc/projectionlib/files/patch-al
@@ -0,0 +1,12 @@
+--- Projection.h.orig Sat Dec 21 01:21:00 2002
++++ Projection.h Sat Dec 21 01:21:09 2002
+@@ -10,9 +10,7 @@
+ #include <string>
+ #include "ProjectionTypes.h"
+
+-#ifdef WIN32
+ using namespace std;
+-#endif
+
+ class Projection
+ {