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

--- compiler/PreProc.h.orig	2011-11-25 20:13:54.000000000 +0000
+++ compiler/PreProc.h
@@ -33,7 +33,8 @@
 #include "Conditional.h"
 #endif
 
-#include <vector.h>
+#include <vector>
+using std::vector;
 
 class Symbol;
 class Expansion;