From 87e44bf627e726dd3ea6c5a834de25ae4c8b31b0 Mon Sep 17 00:00:00 2001 From: scrawl Date: Wed, 2 Dec 2015 15:21:13 +0100 Subject: [PATCH] Small fix --- components/resource/objectcache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/resource/objectcache.cpp b/components/resource/objectcache.cpp index c369e5c24..8c2c52416 100644 --- a/components/resource/objectcache.cpp +++ b/components/resource/objectcache.cpp @@ -11,11 +11,11 @@ * OpenSceneGraph Public License for more details. */ -#include "objectcache.hpp" +#include #if OSG_VERSION_LESS_THAN(3,4,0) -#include +#include "objectcache.hpp" using namespace osgDB;