diff options
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.h')
-rw-r--r-- | Source/cmCommandArgumentParserHelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommandArgumentParserHelper.h b/Source/cmCommandArgumentParserHelper.h index 97b706c..1040ad3 100644 --- a/Source/cmCommandArgumentParserHelper.h +++ b/Source/cmCommandArgumentParserHelper.h @@ -12,6 +12,8 @@ #ifndef cmCommandArgumentParserHelper_h #define cmCommandArgumentParserHelper_h +#include <cmConfigure.h> + #include "cmStandardIncludes.h" #define YYSTYPE cmCommandArgumentParserHelper::ParserType |