1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/news/bgrab/files/patch-ad
Edwin Groothuis 73f16d567b Fix building of news/bgrab
PR:		ports/45970
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
2002-12-15 03:34:55 +00:00

15 lines
290 B
Plaintext

--- 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: