summaryrefslogtreecommitdiff
path: root/devel/nqc/patches/patch-compiler_Expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nqc/patches/patch-compiler_Expr.h')
-rw-r--r--devel/nqc/patches/patch-compiler_Expr.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/nqc/patches/patch-compiler_Expr.h b/devel/nqc/patches/patch-compiler_Expr.h
new file mode 100644
index 00000000000..becb91962f3
--- /dev/null
+++ b/devel/nqc/patches/patch-compiler_Expr.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-compiler_Expr.h,v 1.1 2011/11/25 21:48:02 joerg Exp $
+
+--- compiler/Expr.h.orig 2011-11-25 20:15:32.000000000 +0000
++++ compiler/Expr.h
+@@ -33,7 +33,9 @@
+ #include "LexLocation.h"
+ #endif
+
+-#include <vector.h>
++#include <vector>
++using std::vector;
++
+ class Bytecode;
+ class Mapping;
+ class RCX_Target;