From 8c4fc5fa71a453b3119cd1da58852d780f25ffbc Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 13 Jun 2007 12:52:29 -0400 Subject: COMP: include cmStandardIncludes.h instead of and , this should fix the build problem on AIX Alex --- Source/cmExternalMakefileProjectGenerator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmExternalMakefileProjectGenerator.h b/Source/cmExternalMakefileProjectGenerator.h index c9cedde..fc0d7fe 100644 --- a/Source/cmExternalMakefileProjectGenerator.h +++ b/Source/cmExternalMakefileProjectGenerator.h @@ -17,8 +17,7 @@ #ifndef cmExternalMakefileProjectGenerator_h #define cmExternalMakefileProjectGenerator_h -#include -#include +#include "cmStandardIncludes.h" #include "cmDocumentation.h" -- cgit v0.12