summaryrefslogtreecommitdiff
path: root/Source/cmCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r--Source/cmCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h
index 55672a658c..3111d46f86 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;