Added #include <osg/io_utils>

This commit is contained in:
Robert Osfield 2005-04-08 09:51:56 +00:00
parent 4de8199011
commit 21ea5a55a8
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <osg/Group>
#include <osg/Notify>
#include <osg/LineSegment>
#include <osg/io_utils>
#include <osgDB/Registry>
#include <osgDB/ReadFile>

View File

@ -25,6 +25,7 @@
#include <osg/Depth>
#include <osg/Projection>
#include <osg/MatrixTransform>
#include <osg/io_utils>
#include <osgText/Text>

View File

@ -4,6 +4,7 @@
#include <osg/Vec3>
#include <osg/Matrix>
#include <osg/io_utils>
#include <iostream>