summaryrefslogtreecommitdiff
path: root/news/PicMonger/files/patch-GroupState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'news/PicMonger/files/patch-GroupState.cpp')
-rw-r--r--news/PicMonger/files/patch-GroupState.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/PicMonger/files/patch-GroupState.cpp b/news/PicMonger/files/patch-GroupState.cpp
new file mode 100644
index 000000000000..a52901538a40
--- /dev/null
+++ b/news/PicMonger/files/patch-GroupState.cpp
@@ -0,0 +1,12 @@
+--- GroupState.cpp.orig Tue Mar 14 23:43:08 2000
++++ GroupState.cpp Fri Dec 1 22:47:05 2006
+@@ -24,6 +24,9 @@
+ #include <stdlib.h> // need getenv
+
+ using std::string;
++using std::ifstream;
++using std::ofstream;
++using std::ios;
+
+ GroupState::GroupState(const string& groupname, const string& max_msg_id)
+ : group(groupname)