Fixes for Win32 build related to changes in using namespace std.

This commit is contained in:
Robert Osfield
2001-12-14 10:47:20 +00:00
parent a4e4d4fa7c
commit 84605a5f4e
4 changed files with 8 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
#else
#include <iostream>
using std::istream;
using std::ifstream;
#endif
namespace osgDB {