summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2008-07-09 20:30:53 (GMT)
committerDavid Cole <david.cole@kitware.com>2008-07-09 20:30:53 (GMT)
commitd7b90415167d69bb09f04e9a5fd4a95a52217b85 (patch)
tree710ac1dea28fedc2f7ceac4036a1b7c4dc65cc60 /Source/CPack
parent71f61636b6abfe5f243374b5575019098418b4c6 (diff)
downloadCMake-d7b90415167d69bb09f04e9a5fd4a95a52217b85.zip
CMake-d7b90415167d69bb09f04e9a5fd4a95a52217b85.tar.gz
CMake-d7b90415167d69bb09f04e9a5fd4a95a52217b85.tar.bz2
COMP: Fix HP continuous. Pull stl headers into CMake header files using cmStandardIncludes.h
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/cmCPackComponentGroup.h4
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;