summaryrefslogtreecommitdiff
path: root/devel/nqc/patches/patch-nqc_CmdLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nqc/patches/patch-nqc_CmdLine.h')
-rw-r--r--devel/nqc/patches/patch-nqc_CmdLine.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/nqc/patches/patch-nqc_CmdLine.h b/devel/nqc/patches/patch-nqc_CmdLine.h
new file mode 100644
index 00000000000..0b601f89430
--- /dev/null
+++ b/devel/nqc/patches/patch-nqc_CmdLine.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-nqc_CmdLine.h,v 1.1 2011/11/25 21:48:03 joerg Exp $
+
+--- nqc/CmdLine.h.orig 2011-11-25 20:14:22.000000000 +0000
++++ nqc/CmdLine.h
+@@ -18,7 +18,9 @@
+ #define __CmdLine_h
+
+ #include <stdlib.h>
+-#include <vector.h>
++#include <vector>
++
++using std::vector;
+
+ class CmdLine
+ {