summaryrefslogtreecommitdiff
path: root/mail/fix-mime-charset/patches/patch-aa
blob: d2f43facc4043ceadeabe87da9a984ee6f901dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1 2003/12/15 18:55:31 wiz Exp $

--- src/charsetlist.cc.orig	Sat Nov 15 22:48:44 2003
+++ src/charsetlist.cc
@@ -1,6 +1,7 @@
 #include "charsetlist.h"
 #include "detector.h"
 #include <ctype.h>
+#include <algorithm>
 
 void CharsetList::append(const string &list)
 {