Added include of osg/FrameBufferObject to fix GLES1/GLES2 build issue

This commit is contained in:
Robert Osfield 2010-02-19 20:43:58 +00:00
parent 521ad875cb
commit 46f9e760ee

View File

@ -3,6 +3,7 @@
#include <osg/Notify>
#include <osg/Geode>
#include <osg/GL>
#include <osg/FrameBufferObject>
#include <osgDB/Registry>
#include <osgDB/FileUtils>