Просмотр исходного кода

COMP: include cmStandardIncludes.h instead of <vector> and <string>, this
should fix the build problem on AIX

Alex

Alexander Neundorf 18 лет назад
Родитель
Сommit
8c4fc5fa71
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      Source/cmExternalMakefileProjectGenerator.h

+ 1 - 2
Source/cmExternalMakefileProjectGenerator.h

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