pkgsrc-ng/devel/nqc/patches/patch-compiler_FunctionDef.h
2013-09-26 17:14:40 +02:00

15 lines
311 B
C++

$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;