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