Browse Source

COMP: Attempt to fix aix build

Andy Cedilnik 19 years ago
parent
commit
8c38610588

+ 1 - 0
Source/cmCommandArgumentLexer.cxx

@@ -1,3 +1,4 @@
+#include "cmStandardIncludes.h"
 
 
 

+ 2 - 0
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

+ 2 - 0
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

+ 1 - 0
Source/cmDependsJavaLexer.cxx

@@ -1,3 +1,4 @@
+#include "cmStandardIncludes.h"
 #line 2 "cmDependsJavaLexer.cxx"
 
 #line 4 "cmDependsJavaLexer.cxx"

+ 1 - 0
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"