blob: 46522d764ee49578afb0b48d2a85de164fbdce75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-compiler_Bytecode.h,v 1.1 2011/11/25 21:48:02 joerg Exp $
--- compiler/Bytecode.h.orig 2011-11-25 20:15:22.000000000 +0000
+++ compiler/Bytecode.h
@@ -37,7 +37,8 @@
#include "VarAllocator.h"
#endif
-#include <vector.h>
+#include <vector>
+using std::vector;
class RCX_Cmd;
|