summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapTclCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCableWrapTclCommand.h')
-rw-r--r--Source/cmCableWrapTclCommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmCableWrapTclCommand.h b/Source/cmCableWrapTclCommand.h
index bb35ac8..ae50716 100644
--- a/Source/cmCableWrapTclCommand.h
+++ b/Source/cmCableWrapTclCommand.h
@@ -45,6 +45,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmCommand.h"
#include "cmCableClassSet.h"
+class cmMakeDepend;
+
/** \class cmCableWrapTclCommand
* \brief Define a command that wraps a set of classes in Tcl.
*/
@@ -119,6 +121,9 @@ private:
* added to the makefile as another set.
*/
cmCableClassSet* m_CableClassSet;
+
+ ///! The dependency generator.
+ cmMakeDepend* m_MakeDepend;
};
#endif