summaryrefslogtreecommitdiffstats
path: root/Source/cmExternalMakefileProjectGenerator.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-13 16:52:29 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-13 16:52:29 (GMT)
commit8c4fc5fa71a453b3119cd1da58852d780f25ffbc (patch)
tree3180db5c39ce86b2b650041dc0d035794fae4eb9 /Source/cmExternalMakefileProjectGenerator.h
parent732788d191afca01f19a147b74bfe145ce36b957 (diff)
downloadCMake-8c4fc5fa71a453b3119cd1da58852d780f25ffbc.zip
CMake-8c4fc5fa71a453b3119cd1da58852d780f25ffbc.tar.gz
CMake-8c4fc5fa71a453b3119cd1da58852d780f25ffbc.tar.bz2
COMP: include cmStandardIncludes.h instead of <vector> and <string>, this
should fix the build problem on AIX Alex
Diffstat (limited to 'Source/cmExternalMakefileProjectGenerator.h')
-rw-r--r--Source/cmExternalMakefileProjectGenerator.h3
1 files changed, 1 insertions, 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 <vector>
-#include <string>
+#include "cmStandardIncludes.h"
#include "cmDocumentation.h"