Small fix

This commit is contained in:
scrawl 2015-12-02 15:21:13 +01:00
parent d3fa8a8602
commit 87e44bf627

View file

@ -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;