Fixed compilation problems under Windows due to changes in using std::ostream etc.
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
#include <fstream>
|
||||
using std::ostream;
|
||||
using std::ofstream;
|
||||
using std::endl;
|
||||
using std::cout;
|
||||
using std::cerr;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user