Procházet zdrojové kódy

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

David Cole před 17 roky
rodič
revize
d7b9041516
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  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;