Removed include <iostream> where possible, replacing with istream or ostream and changing
std::cout/cerr to osg::notify().
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include <osg/NodeCallback>
|
||||
|
||||
#include <map>
|
||||
#include <istream>
|
||||
#include <float.h>
|
||||
|
||||
namespace osg {
|
||||
|
||||
Reference in New Issue
Block a user