From 15240f8601460e43a7621edeb8d84e49e8c24ec0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 13 Aug 2004 10:50:44 +0000 Subject: [PATCH] Added #include required for X-platform build. --- include/osgGL2/UniformValue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/osgGL2/UniformValue b/include/osgGL2/UniformValue index 29b1ecb10..5db64440c 100644 --- a/include/osgGL2/UniformValue +++ b/include/osgGL2/UniformValue @@ -20,6 +20,9 @@ #ifndef OSGGL2_UNIFORMVALUE #define OSGGL2_UNIFORMVALUE 1 +#include +#include + #include #include #include @@ -28,9 +31,6 @@ #include -#include - - namespace osgGL2 { ///////////////////////////////////////////////////////////////////////////