Removed all references to using namespace std to help solve compilation problems

under Windows and IRIX.

Also integrated small change to lib3ds from Drew for IRIX compilation.
This commit is contained in:
Robert Osfield
2001-12-14 10:02:27 +00:00
parent f848c54ba3
commit a4e4d4fa7c
14 changed files with 7 additions and 65 deletions

View File

@@ -7,11 +7,6 @@
#include <dlfcn.h>
#endif
#ifndef OSG_USE_IO_DOT_H
#include <iostream>
using namespace std;
#endif
#include <osg/Notify>
#include <osgDB/DynamicLibrary>