Fix build failure due to missing <osg/Version> include
Failure observed on Debian jessie with openscenegraph 3.2.1-6.
This commit is contained in:
parent
6f0c7da6ad
commit
991d76b69e
@ -1,4 +1,4 @@
|
|||||||
// ModelRegistry.hxx -- interface to the OSG model registry
|
// ModelRegistry.cxx -- interface to the OSG model registry
|
||||||
//
|
//
|
||||||
// Copyright (C) 2005-2007 Mathias Froehlich
|
// Copyright (C) 2005-2007 Mathias Froehlich
|
||||||
// Copyright (C) 2007 Tim Moore <timoore@redhat.com>
|
// Copyright (C) 2007 Tim Moore <timoore@redhat.com>
|
||||||
@ -35,6 +35,7 @@
|
|||||||
#include <osg/Switch>
|
#include <osg/Switch>
|
||||||
#include <osg/Material>
|
#include <osg/Material>
|
||||||
#include <osg/MatrixTransform>
|
#include <osg/MatrixTransform>
|
||||||
|
#include <osg/Version>
|
||||||
#include <osgDB/Archive>
|
#include <osgDB/Archive>
|
||||||
#include <osgDB/FileNameUtils>
|
#include <osgDB/FileNameUtils>
|
||||||
#include <osgDB/FileUtils>
|
#include <osgDB/FileUtils>
|
||||||
|
Loading…
Reference in New Issue
Block a user