COMP: Added missing forward declaration of cmMakefile. This was only working because cmCustomCommand.h declared it.
This commit is contained in:
parent
c116bf5f84
commit
1088f39327
|
@ -18,6 +18,8 @@
|
|||
#define cmTarget_h
|
||||
|
||||
#include "cmCustomCommand.h"
|
||||
|
||||
class cmMakefile;
|
||||
class cmSourceFile;
|
||||
class cmGlobalGenerator;
|
||||
|
||||
|
|
Loading…
Reference in New Issue