summaryrefslogtreecommitdiff
path: root/devel/nqc/patches/patch-compiler_FunctionDef.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nqc/patches/patch-compiler_FunctionDef.h')
-rw-r--r--devel/nqc/patches/patch-compiler_FunctionDef.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/nqc/patches/patch-compiler_FunctionDef.h b/devel/nqc/patches/patch-compiler_FunctionDef.h
new file mode 100644
index 00000000000..6bc105f8f2a
--- /dev/null
+++ b/devel/nqc/patches/patch-compiler_FunctionDef.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-compiler_FunctionDef.h,v 1.1 2011/11/25 21:48:02 joerg Exp $
+
+--- compiler/FunctionDef.h.orig 2011-11-25 20:16:48.000000000 +0000
++++ compiler/FunctionDef.h
+@@ -26,7 +26,8 @@
+ #include "PListS.h"
+ #endif
+
+-#include <vector.h>
++#include <vector>
++using std::vector;
+
+ class Symbol;
+ class Stmt;