summaryrefslogtreecommitdiff
path: root/news/bgrab/files/patch-ad
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-12-15 03:34:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-12-15 03:34:55 +0000
commit73f16d567b87bad6fb3dac775cc0400deb105237 (patch)
tree4bf434d827156e57b8675d4839011a8f46329dbd /news/bgrab/files/patch-ad
parentMake textproc/isearch compile on -current again. (diff)
Fix building of news/bgrab
PR: ports/45970 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
Diffstat (limited to '')
-rw-r--r--news/bgrab/files/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/news/bgrab/files/patch-ad b/news/bgrab/files/patch-ad
new file mode 100644
index 000000000000..0a8250d731ae
--- /dev/null
+++ b/news/bgrab/files/patch-ad
@@ -0,0 +1,14 @@
+--- MessageIdStore.h.orig Tue Dec 3 17:35:18 2002
++++ MessageIdStore.h Tue Dec 3 17:37:00 2002
+@@ -1,7 +1,10 @@
+ #include <iostream.h>
+-#include <stl.h>
++#include <set>
+ #include <string>
++#include <utility>
+ #include "common.h"
++
++using namespace std;
+
+ class MessageIdStore {
+ public: