<iterator>, <stdlib.h> and <ctype.h> includes required for QNX compiler
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#define OSG_AUDIOSTREAM 1
|
||||
|
||||
#include <osg/Image>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace osg {
|
||||
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
#ifndef OSG_NODETRACKERCALLBACK
|
||||
#define OSG_NODETRACKERCALLBACK 1
|
||||
|
||||
#include <iterator>
|
||||
|
||||
#include <osg/Node>
|
||||
#include <osg/NodeCallback>
|
||||
#include <osg/observer_ptr>
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
#include <osg/Quat>
|
||||
#include <osg/observer_ptr>
|
||||
|
||||
#include <iterator>
|
||||
|
||||
namespace osgGA{
|
||||
|
||||
class OSGGA_EXPORT NodeTrackerManipulator : public MatrixManipulator
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#ifndef OSGWIDGET_UTIL
|
||||
#define OSGWIDGET_UTIL
|
||||
|
||||
#include <ctype.h>
|
||||
#include <cctype>
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
|
||||
Reference in New Issue
Block a user