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