Moved the include<osg/GLExtensions> from the State header into State.cpp, and

added it into other files which now required it.
This commit is contained in:
Robert Osfield
2002-08-20 22:43:42 +00:00
parent 814dcc9677
commit c2c6bb5ca6
4 changed files with 3 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
#include <osg/Depth>
#include <osg/Billboard>
#include <osg/Material>
#include <osg/GLExtensions>
#include <osgGA/TrackballManipulator>
#include <osgGA/FlightManipulator>