Browse Source

COMP: Fix HP continuous. Pull stl headers into CMake header files using cmStandardIncludes.h

David Cole 17 years ago
parent
commit
d7b9041516
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Source/CPack/cmCPackComponentGroup.h

+ 1 - 3
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;