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

14 lines
290 B
Text

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