Fixed includes

This commit is contained in:
Robert Osfield
2007-06-06 14:51:08 +00:00
parent 373088c358
commit 34b4fb524d
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
* OpenSceneGraph Public License for more details.
*/
#include <osgViewer/HelpHandler>
#include <osgViewer/ViewerEventHandlers>
#include <osg/PolygonMode>

View File

@@ -11,9 +11,10 @@
* OpenSceneGraph Public License for more details.
*/
#include <osgViewer/StatsHandler>
#include <osgViewer/ViewerEventHandlers>
#include <osg/PolygonMode>
#include <osg/Geometry>
namespace osgViewer
{