Fixes for Win32 build
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user