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

@@ -14,6 +14,7 @@
#else
#include <iostream>
using std::ostream;
using std::endl;
#endif
// temporary #define to keep backwards compatibility.