freebsd-ports/news/PicMonger/files/patch-HtmlPage.h
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

10 lines
194 B
C++

--- HtmlPage.h.orig Wed Mar 22 01:20:48 2000
+++ HtmlPage.h Fri Dec 1 22:33:36 2006
@@ -27,6 +27,7 @@
#include "Exceptions.h"
using std::string;
+using std::ofstream;
class HtmlPage {