Added header guards

This commit is contained in:
Robert Osfield
2008-07-03 11:23:44 +00:00
parent f0defbd824
commit 7db303b16b

View File

@@ -16,6 +16,9 @@
* THE SOFTWARE.
*/
#ifndef FIXIEDDIVISION_H
#define FIXIEDDIVISION_H
#include <osgDB/ReadFile>
@@ -349,3 +352,5 @@ class KDTreeBuilder : public osg::NodeVisitor
}
#endif