From 46881989961dd54b8ba66cfd6ff950ddf54742f6 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Thu, 17 Jan 2002 10:48:37 -0500
Subject: ERR: Missing forward declaration of cmMakeDepend added.

---
 Source/cmMakefile.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 8086583..8d4a2cb 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -52,6 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 class cmFunctionBlocker;
 class cmCommand;
 class cmMakefileGenerator;
+class cmMakeDepend;
 
 /** \class cmMakefile
  * \brief Process the input CMakeLists.txt file.
-- 
cgit v0.12