summaryrefslogtreecommitdiff
path: root/editors/dasher/patches/patch-ab
blob: c659f01ac95d4f6ebe07dc39f586bb1892d89737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1 2005/12/18 22:01:33 rillig Exp $

std::auto_ptr needs <memory>.

--- 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 <memory>
 #include <iostream>
 
 #include "DasherInterface.h"