blob: cbe6318e3d1b302e83848fab61cf4e2f7b5922b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-compiler_Program.h,v 1.1 2011/11/25 21:48:02 joerg Exp $
--- compiler/Program.h.orig 2011-11-25 20:13:40.000000000 +0000
+++ compiler/Program.h
@@ -41,7 +41,7 @@
#include "VarAllocator.h"
#endif
-#include <vector.h>
+#include <vector>
class Fragment;
class FunctionDef;
|