Hi, Attached fixes build, with libstdc++-v3 from unreleased gcc-4.4.0-. Probably same problem would appear with 4.3.x, altough haven't checked that yet, also removed <sstream>, since it appears to be not used.
Cheers, Piotr
From 21a70e802aa42c5329f0c3565aedb1dfb39c2b1f Mon Sep 17 00:00:00 2001 From: Piotr Rak <[EMAIL PROTECTED]> Date: Thu, 6 Nov 2008 12:48:20 +0100 Subject: [PATCH] Add missing include header. --- src/osgShadow/StandardShadowMap.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/osgShadow/StandardShadowMap.cpp b/src/osgShadow/StandardShadowMap.cpp index ec2b84b..6295363 100644 --- a/src/osgShadow/StandardShadowMap.cpp +++ b/src/osgShadow/StandardShadowMap.cpp @@ -23,7 +23,7 @@ #include <osg/CullFace> #include <osg/AlphaFunc> #include <osg/Point> -#include <sstream> +#include <cstdio> using namespace osgShadow; -- 1.6.0.3
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
