From 707adb92cd931d7413de81074339a56fa40a7ddc Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 18 Dec 2005 22:01:33 +0000 Subject: Added a patch that includes the header, needed for std::auto_ptr. --- editors/dasher/patches/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editors/dasher/patches/patch-ab (limited to 'editors/dasher/patches') diff --git a/editors/dasher/patches/patch-ab b/editors/dasher/patches/patch-ab new file mode 100644 index 00000000000..c659f01ac95 --- /dev/null +++ b/editors/dasher/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2005/12/18 22:01:33 rillig Exp $ + +std::auto_ptr needs . + +--- Src/DasherCore/DasherInterface.cpp.orig Fri Aug 19 15:41:53 2005 ++++ Src/DasherCore/DasherInterface.cpp Sun Dec 18 22:50:11 2005 +@@ -11,6 +11,7 @@ + #include "CustomColours.h" + #include "DasherViewSquare.h" + ++#include + #include + + #include "DasherInterface.h" -- cgit v1.2.3