diff options
-rw-r--r-- | Source/cmExternalMakefileProjectGenerator.h | 3 |
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" |