summaryrefslogtreecommitdiff
path: root/devel/nqc/patches/patch-nqc_CmdLine.h
blob: 0b601f894307d94da1b8e73442393b34aa2157e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
 {