Compile fixes for GLES

This commit is contained in:
Robert Osfield
2009-12-09 09:37:19 +00:00
parent 7cf9dacc76
commit 8c7b2c097c

View File

@@ -27,6 +27,7 @@
#include <osg/PolygonMode>
#include <osg/LineWidth>
#include <osg/Material>
#include <osg/Texture1D>
namespace {
@@ -193,4 +194,4 @@ namespace osgFX
return true;
}
};
}