blob: 6bc105f8f2a75f57c0d90b621f8a75fc16520a94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-compiler_FunctionDef.h,v 1.1 2011/11/25 21:48:02 joerg Exp $
--- compiler/FunctionDef.h.orig 2011-11-25 20:16:48.000000000 +0000
+++ compiler/FunctionDef.h
@@ -26,7 +26,8 @@
#include "PListS.h"
#endif
-#include <vector.h>
+#include <vector>
+using std::vector;
class Symbol;
class Stmt;
|