COMP: include cmStandardIncludes.h instead of <vector> and <string>, this

should fix the build problem on AIX

Alex
This commit is contained in:
Alexander Neundorf 2007-06-13 12:52:29 -04:00
parent 732788d191
commit 8c4fc5fa71
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
#ifndef cmExternalMakefileProjectGenerator_h
#define cmExternalMakefileProjectGenerator_h
#include <vector>
#include <string>
#include "cmStandardIncludes.h"
#include "cmDocumentation.h"