Fixed compilation problems under Windows due to changes in using std::ostream etc.

This commit is contained in:
Robert Osfield
2001-12-11 16:00:32 +00:00
parent 6c38b61185
commit b3cfed2cb2
4 changed files with 8 additions and 3 deletions

View File

@@ -15,6 +15,9 @@
#include <fstream>
using std::ostream;
using std::ofstream;
using std::endl;
using std::cout;
using std::cerr;
#endif