From eecd3e9257ec2ca5c161fc19c4980d410fa6185c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 7 Aug 2007 08:18:15 +0000 Subject: [PATCH] From Andy Skinner, The attached file adds #include to GraphicsContext.cpp, so that it compiles with the solaris compiler we use. --- src/osg/GraphicsContext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osg/GraphicsContext.cpp b/src/osg/GraphicsContext.cpp index 277673c79..8777fe096 100644 --- a/src/osg/GraphicsContext.cpp +++ b/src/osg/GraphicsContext.cpp @@ -11,6 +11,7 @@ * OpenSceneGraph Public License for more details. */ +#include #include #include