diff --git a/include/osg/DOFTransform b/include/osg/DOFTransform index 25c4b955d..fb6f154e7 100644 --- a/include/osg/DOFTransform +++ b/include/osg/DOFTransform @@ -3,11 +3,11 @@ //Distributed under the terms of the GNU Library General Public License (LGPL) //as published by the Free Software Foundation. -#if !defined(OSG_DOFTRANSFORM) -#define OSG_DOFTRANSFORM +#ifndef OSG_DOFTRANSFORM +#define OSG_DOFTRANSFORM 1 //base class: -#include +#include namespace osg{ /** DOFTransform - encapsulates Multigen DOF behavior*/