ports/news/PicMonger/files/patch-ErrorLogger.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

11 lines
253 B
C++

--- ErrorLogger.cpp.orig Tue Mar 14 23:43:02 2000
+++ ErrorLogger.cpp Fri Dec 1 22:27:20 2006
@@ -28,6 +28,8 @@
using std::ofstream;
using std::string;
using std::list;
+using std::ios;
+using std::endl;
ErrorLogger* ErrorLogger::instance = 0;