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
|
#define cmTarget_h
|
||||||
|
|
||||||
#include "cmCustomCommand.h"
|
#include "cmCustomCommand.h"
|
||||||
|
|
||||||
|
class cmMakefile;
|
||||||
class cmSourceFile;
|
class cmSourceFile;
|
||||||
class cmGlobalGenerator;
|
class cmGlobalGenerator;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user