<iterator>, <stdlib.h> and <ctype.h> includes required for QNX compiler

This commit is contained in:
Robert Osfield
2009-11-17 14:06:07 +00:00
parent 79f766efab
commit 370deba546
22 changed files with 35 additions and 1 deletions

View File

@@ -24,6 +24,8 @@
#include <set>
#include <map> //GWM July 2005 map is used in constraints.
#include <osgUtil/Tessellator> // tessellator triangulates the constrained triangles
#include <stdlib.h>
#include <iterator>
namespace osgUtil
{

View File

@@ -20,6 +20,8 @@
#include <OpenThreads/ScopedLock>
#include <algorithm>
#include <stdlib.h>
#include <iterator>
namespace osgUtil
{

View File

@@ -45,6 +45,8 @@
#include <numeric>
#include <sstream>
#include <iterator>
using namespace osgUtil;

View File

@@ -27,6 +27,8 @@
#include <osg/GLU>
#include <iterator>
using namespace osg;
using namespace osgUtil;

View File

@@ -22,6 +22,8 @@
#include <list>
#include <algorithm>
#include <iterator>
using namespace osgUtil;
struct dereference_less

View File

@@ -20,6 +20,7 @@
#include <stdio.h>
#include <algorithm>
#include <map>
#include <iterator>
#include "TriStrip_tri_stripper.h"

View File

@@ -50,6 +50,8 @@
#ifndef TRISTRIP_GRAPH_ARRAY_H
#define TRISTRIP_GRAPH_ARRAY_H
#include <stdlib.h>
// namespace common_structures
namespace common_structures {

View File

@@ -67,6 +67,7 @@
#include <string>
#include <vector>
#include <stdlib.h>
// namespace triangle_stripper
namespace triangle_stripper {