From 4f199e36c9118b4e7f067bf148d87a901999c504 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 15 May 2014 13:22:47 +0000 Subject: [PATCH] Placed the #include within #ifdef OSG_USE_BOUND to prevent unncessary inclusion of Node header when OSG_USE_BOUND is false. --- include/osg/Plane | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/osg/Plane b/include/osg/Plane index 512a09809..ff9481cd0 100644 --- a/include/osg/Plane +++ b/include/osg/Plane @@ -21,7 +21,10 @@ #include #include #include + +#ifdef OSG_USE_BOUND #include +#endif #include