diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-23 16:02:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-23 16:02:30 (GMT) |
commit | 8c38610588f8b3ee2cb4e17806ea56203877af19 (patch) | |
tree | 8acd20039491380abda1ad74e90a884773575945 /Source | |
parent | 94e908ff2d62b199d8eec0448abb94b6f2eaeb36 (diff) | |
download | CMake-8c38610588f8b3ee2cb4e17806ea56203877af19.zip CMake-8c38610588f8b3ee2cb4e17806ea56203877af19.tar.gz CMake-8c38610588f8b3ee2cb4e17806ea56203877af19.tar.bz2 |
COMP: Attempt to fix aix build
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmCommandArgumentLexer.cxx | 1 | ||||
-rw-r--r-- | Source/cmCommandArgumentParser.cxx | 2 | ||||
-rw-r--r-- | Source/cmCommandArgumentParser.y | 2 | ||||
-rw-r--r-- | Source/cmDependsJavaLexer.cxx | 1 | ||||
-rw-r--r-- | Source/cmExprLexer.cxx | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmCommandArgumentLexer.cxx b/Source/cmCommandArgumentLexer.cxx index 127ffe1..43ea16c 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 fdfe657..5ad1688 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 44bd97e..06fd84a 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 361caa4..ac0da73 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 5367be4..6183804 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" |