Fixed build of StreamOperator

This commit is contained in:
Robert Osfield
2011-10-22 09:02:18 +00:00
parent 9e903861a2
commit e04ca06fc8
4 changed files with 28 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#define OSGDB_DATATYPES
#include <string>
#include <osg/GL>
namespace osgDB
{

View File

@@ -3,6 +3,8 @@
#include <iostream>
#include <sstream>
#include <osg/Referenced>
#include <osgDB/Export>
#include <osgDB/DataTypes>
namespace osgDB