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

15 lines
342 B
C++

$NetBSD: patch-compiler_Compiler.h,v 1.1 2011/11/25 21:48:02 joerg Exp $
--- compiler/Compiler.h.orig 2011-11-25 20:14:07.000000000 +0000
+++ compiler/Compiler.h
@@ -17,7 +17,8 @@
#ifndef __Compiler_h
#define __Compiler_h
-#include <vector.h>
+#include <vector>
+using std::vector;
#include "RCX_Constants.h"
#include "RCX_Target.h"