mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 06:57:58 -04:00
15 lines
288 B
C++
15 lines
288 B
C++
$NetBSD: patch-compiler_Mapping.h,v 1.1 2011/11/25 21:48:02 joerg Exp $
|
|
|
|
--- compiler/Mapping.h.orig 2011-11-25 20:17:32.000000000 +0000
|
|
+++ compiler/Mapping.h
|
|
@@ -22,7 +22,8 @@
|
|
#include "Variable.h"
|
|
#endif
|
|
|
|
-#include <vector.h>
|
|
+#include <vector>
|
|
+using std::vector;
|
|
|
|
class Expr;
|
|
|