From: <sv...@ww...> - 2005-11-12 19:26:59
|
Author: mkrose Date: 2005-11-12 11:26:51 -0800 (Sat, 12 Nov 2005) New Revision: 1666 Modified: trunk/CSP/CSPChunkLod/include/osgChunkLod/ChunkLodDrawable Log: One more osg 0.9.9 fix. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1666 Modified: trunk/CSP/CSPChunkLod/include/osgChunkLod/ChunkLodDrawable =================================================================== --- trunk/CSP/CSPChunkLod/include/osgChunkLod/ChunkLodDrawable 2005-11-12 08:54:12 UTC (rev 1665) +++ trunk/CSP/CSPChunkLod/include/osgChunkLod/ChunkLodDrawable 2005-11-12 19:26:51 UTC (rev 1666) @@ -24,6 +24,7 @@ #include <osg/Drawable> #include <osg/Timer> +#include <osg/Version> #include <osgChunkLod/Export> #include <osgChunkLod/ChunkLod> |