diff options
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r-- | Source/cmCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h index e119027..6c37b58 100644 --- a/Source/cmCommand.h +++ b/Source/cmCommand.h @@ -18,7 +18,7 @@ #define cmCommand_h #include "cmStandardIncludes.h" -#include "cmMakefile.h" +class cmMakefile; /** \class cmCommand * \brief Superclass for all commands in CMake. |