diff options
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r-- | Source/cmCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h index 55672a6..3111d46 100644 --- a/Source/cmCommand.h +++ b/Source/cmCommand.h @@ -20,6 +20,7 @@ #include "cmObject.h" #include "cmListFileCache.h" #include "cmMakefile.h" +#include "cmCommandArgumentsHelper.h" /** \class cmCommand * \brief Superclass for all commands in CMake. @@ -174,6 +175,7 @@ public: protected: cmMakefile* Makefile; + cmCommandArgumentsHelper Helper; private: bool Enabled; |