From 1088f393270914f587855ae70b1f871c6e430557 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 18 Feb 2005 16:12:08 -0500 Subject: COMP: Added missing forward declaration of cmMakefile. This was only working because cmCustomCommand.h declared it. --- Source/cmTarget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 631de55..cc84849 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -18,6 +18,8 @@ #define cmTarget_h #include "cmCustomCommand.h" + +class cmMakefile; class cmSourceFile; class cmGlobalGenerator; -- cgit v0.12