mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 16:15:33 +00:00
Small fix
This commit is contained in:
parent
d3fa8a8602
commit
87e44bf627
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
* OpenSceneGraph Public License for more details.
|
||||
*/
|
||||
|
||||
#include "objectcache.hpp"
|
||||
#include <osg/Version>
|
||||
|
||||
#if OSG_VERSION_LESS_THAN(3,4,0)
|
||||
|
||||
#include <osgDB/ObjectCache>
|
||||
#include "objectcache.hpp"
|
||||
|
||||
using namespace osgDB;
|
||||
|
||||
|
|
Loading…
Reference in a new issue