From 8c38610588f8b3ee2cb4e17806ea56203877af19 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 23 Aug 2006 12:02:30 -0400 Subject: [PATCH] COMP: Attempt to fix aix build --- Source/cmCommandArgumentLexer.cxx | 1 + Source/cmCommandArgumentParser.cxx | 2 ++ Source/cmCommandArgumentParser.y | 2 ++ Source/cmDependsJavaLexer.cxx | 1 + Source/cmExprLexer.cxx | 1 + 5 files changed, 7 insertions(+) diff --git a/Source/cmCommandArgumentLexer.cxx b/Source/cmCommandArgumentLexer.cxx index 127ffe1352..43ea16c7d7 100644 --- a/Source/cmCommandArgumentLexer.cxx +++ b/Source/cmCommandArgumentLexer.cxx @@ -1,3 +1,4 @@ +#include "cmStandardIncludes.h" diff --git a/Source/cmCommandArgumentParser.cxx b/Source/cmCommandArgumentParser.cxx index fdfe6571ed..5ad1688a84 100644 --- a/Source/cmCommandArgumentParser.cxx +++ b/Source/cmCommandArgumentParser.cxx @@ -128,6 +128,8 @@ Modify cmCommandArgumentParser.cxx: */ +#include "cmStandardIncludes.h" + /* Configure the parser to use a lexer object. */ #define YYPARSE_PARAM yyscanner #define YYLEX_PARAM yyscanner diff --git a/Source/cmCommandArgumentParser.y b/Source/cmCommandArgumentParser.y index 44bd97e4f2..06fd84a202 100644 --- a/Source/cmCommandArgumentParser.y +++ b/Source/cmCommandArgumentParser.y @@ -28,6 +28,8 @@ Modify cmCommandArgumentParser.cxx: */ +#include "cmStandardIncludes.h" + /* Configure the parser to use a lexer object. */ #define YYPARSE_PARAM yyscanner #define YYLEX_PARAM yyscanner diff --git a/Source/cmDependsJavaLexer.cxx b/Source/cmDependsJavaLexer.cxx index 361caa4c71..ac0da737e1 100644 --- a/Source/cmDependsJavaLexer.cxx +++ b/Source/cmDependsJavaLexer.cxx @@ -1,3 +1,4 @@ +#include "cmStandardIncludes.h" #line 2 "cmDependsJavaLexer.cxx" #line 4 "cmDependsJavaLexer.cxx" diff --git a/Source/cmExprLexer.cxx b/Source/cmExprLexer.cxx index 5367be45b4..6183804a86 100644 --- a/Source/cmExprLexer.cxx +++ b/Source/cmExprLexer.cxx @@ -1,3 +1,4 @@ +#include "cmStandardIncludes.h" #line 2 "/home/andy/vtk/CMake-bin/Source/cmExprLexer.cxx" #line 4 "/home/andy/vtk/CMake-bin/Source/cmExprLexer.cxx"