mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
73f16d567b
PR: ports/45970 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
15 lines
290 B
Plaintext
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:
|