Fixes for Win32 build

This commit is contained in:
Robert Osfield
2002-08-25 11:00:30 +00:00
parent 9e3a282429
commit 61ff1c7b0a
4 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
#include <osg/GLExtensions>
#include <osg/Node>
#include <osg/Geometry>
#include <osg/Notify>
@@ -8,7 +9,6 @@
#include <osg/Depth>
#include <osg/Billboard>
#include <osg/Material>
#include <osg/GLExtensions>
#include <osgGA/TrackballManipulator>
#include <osgGA/FlightManipulator>

View File

@@ -1,6 +1,6 @@
#include <osg/GLExtensions>
#include <osg/Geometry>
#include <osg/Notify>
#include <osg/GLExtensions>
using namespace osg;

View File

@@ -23,9 +23,6 @@
* The OSG homepage is http://www.openscenegraph.org/
*/
#include <iostream>
#include <fstream>
#include <osg/Notify>
#include <osg/Geode>
#include <osg/Group>
@@ -36,6 +33,9 @@
#include <osgDB/Registry>
#include <osgDB/ReadFile>
#include <iostream>
#include <fstream>
#include "Lwo2.h"
#include "Lwo2Layer.h"

View File

@@ -26,10 +26,6 @@
#ifndef LWO2LAYER_H
#define LWO2LAYER_H 1
#include <vector>
#include <map>
#include <string>
#include <osg/Referenced>
#include <osg/Vec2>
#include <osg/Vec3>
@@ -39,6 +35,10 @@
#include <osgUtil/SmoothingVisitor>
#include <vector>
#include <map>
#include <string>
using namespace osg;
using namespace std;