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

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