From 1f6cdc49e54a60159d5cbdec117123fcd24067ff Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 11 May 2005 20:37:22 +0000 Subject: [PATCH] Compile fix. --- include/osg/GL2Extensions | 1 + include/osg/Shader | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/osg/GL2Extensions b/include/osg/GL2Extensions index 7ed40918f..1e23e775e 100644 --- a/include/osg/GL2Extensions +++ b/include/osg/GL2Extensions @@ -18,6 +18,7 @@ #ifndef OSG_GL2EXTENSIONS #define OSG_GL2EXTENSIONS 1 +#include #include namespace osg { diff --git a/include/osg/Shader b/include/osg/Shader index 77fc61dea..e79207dd7 100644 --- a/include/osg/Shader +++ b/include/osg/Shader @@ -20,6 +20,8 @@ #include +#include +#include #include #include