summaryrefslogtreecommitdiff
path: root/devel/nqc/patches/patch-compiler_Scope.h
blob: 896a37e5725327f2b67b06d969ebc0ece9955a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-compiler_Scope.h,v 1.1 2011/11/25 21:48:02 joerg Exp $

--- compiler/Scope.h.orig	2011-11-25 20:13:30.000000000 +0000
+++ compiler/Scope.h
@@ -30,7 +30,9 @@
 #include "AutoFree.h"
 #endif
 
-#include <vector.h>
+#include <vector>
+
+using std::vector;
 
 class Symbol;