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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user