COMP: include cmStandardIncludes.h instead of <vector> and <string>, this
should fix the build problem on AIX Alex
This commit is contained in:
parent
732788d191
commit
8c4fc5fa71
|
@ -17,8 +17,7 @@
|
|||
#ifndef cmExternalMakefileProjectGenerator_h
|
||||
#define cmExternalMakefileProjectGenerator_h
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
#include "cmDocumentation.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue