diff --git a/examples/osgkdtree/fixeddivision.h b/examples/osgkdtree/fixeddivision.h index c2363e722..2c91c4382 100644 --- a/examples/osgkdtree/fixeddivision.h +++ b/examples/osgkdtree/fixeddivision.h @@ -16,6 +16,9 @@ * THE SOFTWARE. */ +#ifndef FIXIEDDIVISION_H +#define FIXIEDDIVISION_H + #include @@ -349,3 +352,5 @@ class KDTreeBuilder : public osg::NodeVisitor } + +#endif