COMP: Added missing forward declaration of cmMakefile. This was only working because cmCustomCommand.h declared it.

This commit is contained in:
Brad King 2005-02-18 16:12:08 -05:00
parent c116bf5f84
commit 1088f39327
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#define cmTarget_h
#include "cmCustomCommand.h"
class cmMakefile;
class cmSourceFile;
class cmGlobalGenerator;