blob: 9dede67702a7fe81e9c79b99713a4950c6579a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
|