From 46881989961dd54b8ba66cfd6ff950ddf54742f6 Mon Sep 17 00:00:00 2001 From: Brad King 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(+) (limited to 'Source/cmMakefile.h') diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 8086583383..8d4a2cb7f2 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 v1.2.1