forked from Lainports/freebsd-ports
11 lines
224 B
C++
11 lines
224 B
C++
--- src/file.cc.orig Thu Apr 1 01:00:29 1999
|
|
+++ src/file.cc Thu Feb 5 22:11:38 2004
|
|
@@ -38,6 +38,8 @@
|
|
#include "logclass.H"
|
|
#include "file.H"
|
|
#include "extern.H"
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
|
|
/*}}}*/
|
|
|