diff options
author | David Cole <david.cole@kitware.com> | 2008-07-09 20:30:53 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2008-07-09 20:30:53 (GMT) |
commit | d7b90415167d69bb09f04e9a5fd4a95a52217b85 (patch) | |
tree | 710ac1dea28fedc2f7ceac4036a1b7c4dc65cc60 | |
parent | 71f61636b6abfe5f243374b5575019098418b4c6 (diff) | |
download | CMake-d7b90415167d69bb09f04e9a5fd4a95a52217b85.zip CMake-d7b90415167d69bb09f04e9a5fd4a95a52217b85.tar.gz CMake-d7b90415167d69bb09f04e9a5fd4a95a52217b85.tar.bz2 |
COMP: Fix HP continuous. Pull stl headers into CMake header files using cmStandardIncludes.h
-rw-r--r-- | Source/CPack/cmCPackComponentGroup.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/CPack/cmCPackComponentGroup.h b/Source/CPack/cmCPackComponentGroup.h index e17b1b7..c42df21 100644 --- a/Source/CPack/cmCPackComponentGroup.h +++ b/Source/CPack/cmCPackComponentGroup.h @@ -18,9 +18,7 @@ #ifndef cmCPackComponentGroup_h #define cmCPackComponentGroup_h -#include <map> -#include <string> -#include <vector> +#include "cmStandardIncludes.h" class cmCPackComponentGroup; |