pkgsrc-ng/devel/nqc/patches/patch-nqc_CmdLine.h
2013-09-26 17:14:40 +02:00

16 lines
289 B
C++

$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
{