freebsd-ports/news/PicMonger/files/patch-GroupState.cpp
Pav Lucistnik a3cd942cb8 - Unbreak: fix build on 5.X and above
PR:		ports/106201
Submitted by:	Peter Johnson <johnson.peter@gmail.com>
2006-12-02 13:05:53 +00:00

12 lines
328 B
C++

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